HomeSort by relevance Sort by last modified time
    Searched full:initiation (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/smack/src/org/jivesoftware/smackx/filetransfer/
StreamNegotiator.java 49 * Creates the initiation acceptance packet to forward to the stream
84 Packet initiateIncomingStream(Connection connection, StreamInitiation initiation) throws XMPPException {
85 StreamInitiation response = createInitiationAccept(initiation,
90 .createPacketCollector(getInitiationPacketFilter(initiation.getFrom(), initiation.getSessionID()));
104 * Returns the packet filter that will return the initiation packet for the appropriate stream
105 * initiation.
110 * initiation.
126 * @param initiation The initiation that triggered this download.
    [all...]
FaultTolerantNegotiator.java 71 final Packet initiateIncomingStream(Connection connection, StreamInitiation initiation) {
72 throw new UnsupportedOperationException("Initiation handled by createIncomingStream " +
76 public InputStream createIncomingStream(StreamInitiation initiation) throws XMPPException {
78 getInitiationPacketFilter(initiation.getFrom(), initiation.getSessionID()));
80 connection.sendPacket(super.createInitiationAccept(initiation, getNamespaces()));
FileTransferManager.java 97 protected void fireNewRequest(StreamInitiation initiation) {
103 FileTransferRequest request = new FileTransferRequest(this, initiation);
174 StreamInitiation initiation = request.getStreamInitiation(); local
177 initiation.getPacketID(), initiation.getFrom(), initiation
IBBTransferNegotiator.java 72 public InputStream createIncomingStream(StreamInitiation initiation)
75 * In-Band Bytestream initiation listener must ignore next in-band
78 this.manager.ignoreBytestreamRequestOnce(initiation.getSessionID());
80 Packet streamInitiation = initiateIncomingStream(this.connection, initiation);
87 * the In-Band Bytestream initiation listener must ignore the next
FileTransferRequest.java 36 * A recieve request is constructed from the Stream Initiation request
108 * Returns the stream initiation packet that was sent by the requestor which
112 * @return Returns the stream initiation packet that was sent by the
Socks5TransferNegotiator.java 68 public InputStream createIncomingStream(StreamInitiation initiation) throws XMPPException,
71 * SOCKS5 initiation listener must ignore next SOCKS5 Bytestream request with given session
74 this.manager.ignoreBytestreamRequestOnce(initiation.getSessionID());
76 Packet streamInitiation = initiateIncomingStream(this.connection, initiation);
  /external/smack/src/org/jivesoftware/smackx/provider/
StreamInitiationProvider.java 48 StreamInitiation initiation = new StreamInitiation(); local
111 initiation.setFile(file);
116 initiation.setSesssionID(id);
117 initiation.setMimeType(mimeType);
119 initiation.setFeatureNegotiationForm(form);
121 return initiation;
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
InitiationListener.java 30 * InitiationListener handles all incoming SOCKS5 Bytestream initiation requests. If there are no
80 // notify listeners for bytestream initiation from a specific user
88 * if there is no user specific listener inform listeners for all initiation requests
97 * if there is no listener for this initiation request, reply with reject message
Socks5BytestreamManager.java 279 * service discovery, disabling the listener for SOCKS5 Bytestream initiation requests and
287 // remove initiation packet listener
474 // create initiation packet
475 Bytestream initiation = createBytestreamInitiation(sessionID, targetJID, streamHosts); local
477 // send initiation packet
478 Packet response = SyncPacketSend.getReply(this.connection, initiation,
483 StreamHost usedStreamHost = initiation.getStreamHost(streamHostUsed.getJID());
678 Bytestream initiation = new Bytestream(sessionID); local
682 initiation.addStreamHost(streamHost);
685 initiation.setType(IQ.Type.SET);
    [all...]
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
InitiationListener.java 88 // notify listeners for bytestream initiation from a specific user
96 * if there is no user specific listener inform listeners for all initiation requests
105 * if there is no listener for this initiation request, reply with reject message
  /frameworks/opt/net/voip/src/java/android/net/sip/
package.html 3 <p>Provides access to Session Initiation Protocol (SIP) functionality, such as
7 <a href="{@docRoot}guide/topics/connectivity/sip.html">Session Initiation Protocol</a>
  /external/tcpdump/
dccp.h 56 * struct dccp_hdr_request - Conection initiation request header
78 * struct dccp_hdr_response - Conection initiation response header
  /external/chromium_org/chrome/browser/download/
download_stats.h 60 // Record initiation of a download from a specific source.
  /external/chromium_org/content/public/browser/
download_save_info.h 24 // determined prior to download initiation. This is considered to be a trusted
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
results_reporter.hpp 66 // ************** report initiation ************** //
framework.hpp 76 // test initiation
  /external/iptables/extensions/
libxt_tcp.man 35 cleared. Such packets are used to request TCP connection initiation;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dccp.h 59 * struct dccp_hdr_request - Connection initiation request header
78 * struct dccp_hdr_response - Connection initiation response header
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dccp.h 59 * struct dccp_hdr_request - Connection initiation request header
78 * struct dccp_hdr_response - Connection initiation response header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dccp.h 59 * struct dccp_hdr_request - Connection initiation request header
78 * struct dccp_hdr_response - Connection initiation response header
  /external/chromium_org/ash/drag_drop/
drag_drop_controller_unittest.cc 400 // initiation in DragDropController::StartDragAndDrop(). Hence we set the
445 // initiation in DragDropController::StartDragAndDrop(). Hence we set the
494 // initiation in DragDropController::StartDragAndDrop(). Hence we set the
559 // initiation in DragDropController::StartDragAndDrop(). Hence we set the
617 // initiation in DragDropController::StartDragAndDrop(). Hence we set the
709 // initiation in DragDropController::StartDragAndDrop(). Hence we set the
753 // initiation in DragDropController::StartDragAndDrop(). Hence we set the
808 // initiation in DragDropController::StartDragAndDrop(). Hence we set the
850 // initiation in DragDropController::StartDragAndDrop(). Hence we set the
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
StreamInitiation.java 57 * Uniquely identifies a stream initiation to the recipient.
185 * Initiation result is sent with the <range> element, it uses these
198 * no &lt;range&gt; element is sent in the Stream Initiation result, the
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAccessNetworkInfoParser.java 49 * <p>RFC 3455 - Private Header (P-Header) Extensions to the Session Initiation
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
results_reporter.ipp 152 // ************** report initiation ************** //
  /external/ipsec-tools/src/racoon/
TODO 124 - End-to-End SA through IPsec tunnels, initiation both ways
126 client for tunnel, then initiation both ways for end-to-end

Completed in 1194 milliseconds

1 2 3 4 5