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