HomeSort by relevance Sort by last modified time
    Searched defs:packet (Results 126 - 150 of 284) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/smack/src/org/jivesoftware/smack/packet/
IQ.java 21 package org.jivesoftware.smack.packet;
26 * The base IQ (Info/Query) packet. IQ packets are used to get and set information
28 * accounts. Each IQ packet has a specific type that indicates what type of action
33 * type of IQ packet it is. Some example IQ subpacket snippets:<ul>
42 public abstract class IQ extends Packet {
55 * Returns the type of the IQ packet.
57 * @return the type of the IQ packet.
64 * Sets the type of the IQ packet.
66 * @param type the type of the IQ packet.
100 // Add the error sub-packet, if there is one
    [all...]
Registration.java 21 package org.jivesoftware.smack.packet;
150 // Add packet extensions, if any are defined.
  /external/smack/src/org/jivesoftware/smackx/packet/
DataForm.java 21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.PacketExtension;
57 * <li>form -> This packet contains a form to fill out. Display it to the user (if your
DiscoverItems.java 21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.IQ;
33 * A DiscoverItems IQ packet, which is used by XMPP clients to request and receive items
LastActivity.java 21 package org.jivesoftware.smackx.packet;
30 import org.jivesoftware.smack.packet.IQ;
139 * @return the LastActivity packet of the jid.
MUCAdmin.java 21 package org.jivesoftware.smackx.packet;
27 import org.jivesoftware.smack.packet.IQ;
30 * IQ packet that serves for kicking users, granting and revoking voice, banning users,
74 // Add packet extensions, if any are defined.
MUCInitialPresence.java 21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.PacketExtension;
MUCOwner.java 21 package org.jivesoftware.smackx.packet;
22 import org.jivesoftware.smack.packet.IQ;
30 * IQ packet that serves for granting and revoking ownership privileges, granting
99 // Add packet extensions, if any are defined.
MessageEvent.java 21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.PacketExtension;
76 * Returns the XML element name of the extension sub-packet root element.
79 * @return the XML element name of the packet extension.
86 * Returns the XML namespace of the extension sub-packet root element.
89 * @return the XML namespace of the packet extension.
156 * The packet id is not used when the message is a request for notifications
257 * The packet id is not used when the message is a request for notifications
OfflineMessageRequest.java 21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.IQ;
119 // Add packet extensions, if any are defined.
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
OfferConfirmation.java 23 import org.jivesoftware.smack.packet.IQ;
50 NotifyServicePacket packet = new NotifyServicePacket(workgroup, createdRoomName); local
51 con.sendPacket(packet);
96 * Packet for notifying server of RoomName
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
AgentStatus.java 19 package org.jivesoftware.smackx.workgroup.packet;
21 import org.jivesoftware.smack.packet.PacketExtension;
30 * Agent status packet.
43 * Element name of the packet extension.
48 * Namespace of the packet extension.
219 * Packet extension provider for AgentStatus packets.
AgentStatusRequest.java 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.IQ;
32 * Agent status request packet. This packet is used by agents to request the list of
33 * agents in a workgroup. The response packet contains a list of packets. Presence
41 * Element name of the packet extension.
46 * Namespace of the packet extension.
117 * Packet extension provider for AgentStatusRequest packets.
OccupantsInfo.java 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.IQ;
30 * Packet used for requesting information about occupants of a room or for retrieving information
44 * Element name of the packet extension.
49 * Namespace of the packet extension.
125 * Packet extension provider for AgentStatusRequest packets.
OfferRequestProvider.java 20 package org.jivesoftware.smackx.workgroup.packet;
28 import org.jivesoftware.smack.packet.IQ;
QueueDetails.java 20 package org.jivesoftware.smackx.workgroup.packet;
23 import org.jivesoftware.smack.packet.PacketExtension;
34 * Queue details packet extension, which contains details about the users
40 * Element name of the packet extension.
45 * Namespace of the packet extension.
58 * Creates a new QueueDetails packet
87 * Adds a user to the packet.
140 * Provider class for QueueDetails packet extensions.
QueueOverview.java 20 package org.jivesoftware.smackx.workgroup.packet;
23 import org.jivesoftware.smack.packet.PacketExtension;
33 * Element name of the packet extension.
38 * Namespace of the packet extension.
RoomInvitation.java 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.PacketExtension;
27 * Packet extension for {@link org.jivesoftware.smackx.workgroup.agent.InvitationRequest}.
34 * Element name of the packet extension.
39 * Namespace of the packet extension.
118 // Add packet extensions, if any are defined.
RoomTransfer.java 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.PacketExtension;
27 * Packet extension for {@link org.jivesoftware.smackx.workgroup.agent.TransferRequest}.
34 * Element name of the packet extension.
39 * Namespace of the packet extension.
118 // Add packet extensions, if any are defined.
Transcripts.java 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.IQ;
30 * information about the conversation. {@link org.jivesoftware.smackx.workgroup.packet.Transcript}
  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 208 uint8_t packet[kTSPacketSize]; local
209 ssize_t n = mDataSource->readAt(mOffset, packet, kTSPacketSize);
216 return mParser->feedTSPacket(packet, kTSPacketSize);
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java 46 DatagramPacket packet; field in class:OldAndroidDatagramTest.Reflector
56 packet.setLength(buffer.length);
57 socket.receive(packet);
58 String s = stringFromPacket(packet);
59 // System.out.println(s + " (from " + packet.getAddress() + ":" + packet.getPort() + ")");
67 stringToPacket(s.toUpperCase(), packet); local
69 packet.setAddress(InetAddress.getLocalHost());
70 packet.setPort(2345);
72 socket.send(packet);
128 DatagramPacket packet = new DatagramPacket(buffer, buffer.length); local
    [all...]
  /system/core/libnetutils/
packet.c 164 } packet; local
170 nread = read(s, &packet, sizeof(packet));
175 * The raw packet interface gives us all packets received by the
182 ALOGD("Packet is too small (%d) to be a UDP datagram", nread);
184 } else if (packet.ip.version != IPVERSION || packet.ip.ihl != (sizeof(packet.ip) >> 2)) {
186 ALOGD("Not a valid IP packet");
188 } else if (nread < ntohs(packet.ip.tot_len))
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpKernel.java 185 protected void newData( DatagramPacket packet )
192 Endpoint p = getEndpoint( packet.getSocketAddress(), true );
195 byte[] data = new byte[packet.getLength()];
196 System.arraycopy(packet.getData(), 0, data, 0, data.length);
202 protected void enqueueWrite( Endpoint endpoint, DatagramPacket packet )
204 writer.execute( new MessageWriter(endpoint, packet) );
210 private DatagramPacket packet; field in class:UdpKernel.MessageWriter
212 public MessageWriter( Endpoint endpoint, DatagramPacket packet )
215 this.packet = packet;
282 DatagramPacket packet = new DatagramPacket( buffer, buffer.length ); local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java 163 * Constructor - takes a datagram packet and a stack structure Extracts the
164 * address of the other from the datagram packet and stashes away the
196 * @param packet
197 * is the incoming datagram packet.
200 UDPMessageProcessor messageProcessor, DatagramPacket packet) {
202 this.incomingPacket = packet;
255 DatagramPacket packet; local
286 packet = (DatagramPacket) ((UDPMessageProcessor) messageProcessor).messageQueue
290 this.incomingPacket = packet;
292 packet = this.incomingPacket
    [all...]

Completed in 1491 milliseconds

1 2 3 4 56 7 8 91011>>