Searched defs:sockType (Results 1 – 2 of 2) sorted by relevance
49 private final int sockType; field in LocalSocket73 public LocalSocket(int sockType) { in LocalSocket()77 private LocalSocket(LocalSocketImpl impl, int sockType) { in LocalSocket()
204 public void create(int sockType) throws IOException { in create()