Searched defs:sockType (Results 1 – 3 of 3) sorted by relevance
39 private final int sockType; field in LocalSocket63 public LocalSocket(int sockType) { in LocalSocket()67 private LocalSocket(LocalSocketImpl impl, int sockType) { in LocalSocket()95 private static LocalSocket createConnectedLocalSocket(LocalSocketImpl impl, int sockType) { in createConnectedLocalSocket()
237 public void create(int sockType) throws IOException { in create()
384 int sockType, int protocol, long writeTimeout, long readTimeout, int dstPort) in setupSocket()