Home
last modified time | relevance | path

Searched defs:ServerSocket (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/net/
DServerSocket.java31 public class ServerSocket implements java.io.Closeable { class
33 ServerSocket(java.net.SocketImpl impl) { in ServerSocket() method in ServerSocket
37 public ServerSocket() throws java.io.IOException { in ServerSocket() method in ServerSocket
41 public ServerSocket(int port) throws java.io.IOException { in ServerSocket() method in ServerSocket
45 public ServerSocket(int port, int backlog) throws java.io.IOException { in ServerSocket() method in ServerSocket
49 public ServerSocket(int port, int backlog, java.net.InetAddress bindAddr) in ServerSocket() method in ServerSocket
/libcore/ojluni/annotations/mmodule/java/net/
DServerSocket.annotated.java33 public class ServerSocket implements java.io.Closeable { class
35 public ServerSocket() throws java.io.IOException { throw new RuntimeException("Stub!"); } in ServerSocket() method in ServerSocket
37 public ServerSocket(int port) throws java.io.IOException { throw new RuntimeException("Stub!"); } in ServerSocket() method in ServerSocket
39 public ServerSocket(int port, int backlog) throws java.io.IOException { throw new RuntimeException(… in ServerSocket() method in ServerSocket
41 public ServerSocket(int port, int backlog, java.net.InetAddress bindAddr) throws java.io.IOExceptio… in ServerSocket() method in ServerSocket
/libcore/ojluni/src/main/java/java/net/
DServerSocket.java52 class ServerSocket implements java.io.Closeable { class
75 ServerSocket(SocketImpl impl) { in ServerSocket() method in ServerSocket
86 public ServerSocket() throws IOException { in ServerSocket() method in ServerSocket
127 public ServerSocket(int port) throws IOException { in ServerSocket() method in ServerSocket
180 public ServerSocket(int port, int backlog) throws IOException { in ServerSocket() method in ServerSocket
229 public ServerSocket(int port, int backlog, InetAddress bindAddr) throws IOException { in ServerSocket() method in ServerSocket