OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Socks5BytestreamSession
(Results
1 - 5
of
5
) sorted by null
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5BytestreamSession.java
29
*
Socks5BytestreamSession
class represents a SOCKS5 Bytestream session.
33
public class
Socks5BytestreamSession
implements BytestreamSession {
41
protected
Socks5BytestreamSession
(Socket socket, boolean isDirect) {
Socks5BytestreamRequest.java
189
public
Socks5BytestreamSession
accept() throws XMPPException, InterruptedException {
254
return new
Socks5BytestreamSession
(socket, selectedHost.getJID().equals(
Socks5BytestreamManager.java
405
public
Socks5BytestreamSession
establishSession(String targetJID) throws XMPPException,
423
public
Socks5BytestreamSession
establishSession(String targetJID, String sessionID)
500
return new
Socks5BytestreamSession
(socket, usedStreamHost.getJID().equals(
/external/smack/src/org/jivesoftware/smackx/bytestreams/
BytestreamSession.java
21
import org.jivesoftware.smackx.bytestreams.socks5.
Socks5BytestreamSession
;
26
* There are two implementations of the interface. See {@link
Socks5BytestreamSession
} and
/external/smack/src/org/jivesoftware/smackx/filetransfer/
Socks5TransferNegotiator.java
31
import org.jivesoftware.smackx.bytestreams.socks5.
Socks5BytestreamSession
;
105
Socks5BytestreamSession
session = request.accept();
Completed in 2257 milliseconds