Searched refs:GenericTcpSocket (Results 1 – 2 of 2) sorted by relevance
109 public static interface GenericTcpSocket extends GenericSocket {} interface in IpSecBaseTest175 public static class NativeTcpSocket extends NativeSocket implements GenericTcpSocket {245 public static class JavaTcpSocket implements GenericTcpSocket {
179 GenericTcpSocket client = null, accepted = null; in checkTcp()