Searched refs:receiveSocks5Message (Results 1 – 3 of 3) sorted by relevance
55 … public static byte[] receiveSocks5Message(DataInputStream in) throws IOException, XMPPException { in receiveSocks5Message() method in Socks5Utils
169 connectionResponse = Socks5Utils.receiveSocks5Message(in); in establish()
399 byte[] connectionRequest = Socks5Utils.receiveSocks5Message(in); in establishConnection()