Searched defs:sockType (Results 1 – 3 of 3) sorted by relevance
38 private final int sockType; field in LocalSocket62 public LocalSocket(int sockType) { in LocalSocket()82 /*package*/ LocalSocket(LocalSocketImpl impl, int sockType) { in LocalSocket()
237 public void create(int sockType) throws IOException { in create()
382 int sockType, int protocol, long writeTimeout, long readTimeout, int dstPort) in setupSocket()