/external/nist-sip/java/gov/nist/core/net/ |
D | NetworkLayer.java | 57 public ServerSocket createServerSocket(int port, int backlog, in createServerSocket() 69 public SSLServerSocket createSSLServerSocket(int port, int backlog, in createSSLServerSocket() 80 public Socket createSocket(InetAddress address, int port) throws IOException; in createSocket() 91 …public Socket createSocket(InetAddress address, int port, InetAddress localAddress) throws IOExcep… in createSocket() 109 public Socket createSocket(InetAddress address, int port, in createSocket() 121 public SSLSocket createSSLSocket(InetAddress address, int port) throws IOException; in createSSLSocket() 132 …public SSLSocket createSSLSocket(InetAddress address, int port, InetAddress localAddress) throws I… in createSSLSocket() 150 public DatagramSocket createDatagramSocket(int port, InetAddress laddr) in createDatagramSocket()
|
D | DefaultNetworkLayer.java | 69 public ServerSocket createServerSocket(int port, int backlog, in createServerSocket() 74 public Socket createSocket(InetAddress address, int port) in createSocket() 83 public DatagramSocket createDatagramSocket(int port, InetAddress laddr) in createDatagramSocket() 98 public SSLServerSocket createSSLServerSocket(int port, int backlog, in createSSLServerSocket() 105 public SSLSocket createSSLSocket(InetAddress address, int port) in createSSLSocket() 111 public SSLSocket createSSLSocket(InetAddress address, int port, in createSSLSocket() 117 public Socket createSocket(InetAddress address, int port, in createSocket() 141 public Socket createSocket(InetAddress address, int port, in createSocket()
|
D | SslNetworkLayer.java | 88 public ServerSocket createServerSocket(int port, int backlog, in createServerSocket() 93 public Socket createSocket(InetAddress address, int port) in createSocket() 102 public DatagramSocket createDatagramSocket(int port, InetAddress laddr) in createDatagramSocket() 108 public SSLServerSocket createSSLServerSocket(int port, int backlog, in createSSLServerSocket() 115 public SSLSocket createSSLSocket(InetAddress address, int port) in createSSLSocket() 121 public SSLSocket createSSLSocket(InetAddress address, int port, in createSSLSocket() 127 public Socket createSocket(InetAddress address, int port, in createSocket() 151 public Socket createSocket(InetAddress address, int port, in createSocket()
|
/external/conscrypt/src/compat/java/org/conscrypt/ |
D | BaseOpenSSLSocketAdapterFactory.java | 49 public Socket createSocket(String hostname, int port) in createSocket() 55 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort) in createSocket() 61 public Socket createSocket(InetAddress address, int port) throws IOException { in createSocket() 67 int port, in createSocket() 76 public Socket createSocket(Socket s, String hostname, int port, boolean autoClose) in createSocket()
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
D | SSLEngineTest.java | 55 int port = 1010; in test02() local 58 assertEquals(e.getPeerPort(), port); in test02() local 70 int port = 8080; in test03() local 73 assertEquals(e.getPeerPort(), port); in test03() local 93 int port = 8080; in testWrap01() local 121 int port = 8080; in testWrap02() local 154 int port = 8080; in testWrap03() local 184 int port = 8080; in testWrap04() local 200 int port = 8080; in testWrap05() local 225 int port = 8080; in testUnwrap01() local [all …]
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLSocketFactoryImpl.java | 67 public Socket createSocket(String hostname, int port) throws IOException, UnknownHostException { in createSocket() 72 public Socket createSocket(String hostname, int port, InetAddress localHost, int localPort) in createSocket() 82 public Socket createSocket(InetAddress address, int port) throws IOException { in createSocket() 88 int port, in createSocket() 100 public Socket createSocket(Socket s, String hostname, int port, boolean autoClose) in createSocket()
|
D | ClientSessionContext.java | 53 int port = session.getPeerPort(); in sessionRemoved() local 70 public SSLSession getSession(String host, int port) { in getSession() 106 int port = session.getPeerPort(); in putSession() local 127 final int port; field in ClientSessionContext.HostAndPort 129 HostAndPort(String host, int port) { in HostAndPort()
|
D | OpenSSLServerSocketFactoryImpl.java | 61 public ServerSocket createServerSocket(int port) throws IOException { in createServerSocket() 66 public ServerSocket createServerSocket(int port, int backlog) in createServerSocket() 74 public ServerSocket createServerSocket(int port, in createServerSocket()
|
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/ |
D | NanoWebSocketServer.java | 9 public NanoWebSocketServer(int port) { in NanoWebSocketServer() 14 public NanoWebSocketServer(String hostname, int port) { in NanoWebSocketServer() 19 public NanoWebSocketServer(int port, IWebSocketFactory webSocketFactory) { in NanoWebSocketServer() 24 public NanoWebSocketServer(String hostname, int port, IWebSocketFactory webSocketFactory) { in NanoWebSocketServer()
|
/external/guava/guava/src/com/google/common/net/ |
D | HostAndPort.java | 75 private final int port; field in HostAndPort 80 private HostAndPort(String host, int port, boolean hasBracketlessColons) { in HostAndPort() 133 public static HostAndPort fromParts(String host, int port) { in fromParts() 134 checkArgument(isValidPort(port), "Port out of range: %s", port); in fromParts() local 190 int port = NO_PORT; in fromString() local 312 private static boolean isValidPort(int port) { in isValidPort()
|
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ |
D | SocketFactoryTest.java | 86 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() 91 public Socket createSocket(String host, int port, InetAddress localHost, int localPort) in createSocket() 97 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() 102 … public Socket createSocket(InetAddress address, int port, InetAddress localAddress, int localPort) in createSocket()
|
D | ServerSocketFactoryTest.java | 81 public ServerSocket createServerSocket(int port) throws IOException, UnknownHostException { in createServerSocket() 86 public ServerSocket createServerSocket(int port, int backlog) in createServerSocket() 92 …public ServerSocket createServerSocket(int port, int backlog, InetAddress ifAddress) throws IOExce… in createServerSocket()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | DelegatingSSLSocketFactory.java | 46 public SSLSocket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() 53 public SSLSocket createSocket(String host, int port, InetAddress localAddress, int localPort) in createSocket() 61 public SSLSocket createSocket(InetAddress host, int port) throws IOException { in createSocket() 68 public SSLSocket createSocket(InetAddress host, int port, InetAddress localAddress, int localPort) in createSocket() 86 public SSLSocket createSocket(Socket socket, String host, int port, boolean autoClose) in createSocket()
|
D | FallbackTestClientSocketFactory.java | 43 @Override public SSLSocket createSocket(Socket s, String host, int port, boolean autoClose) in createSocket() 54 @Override public SSLSocket createSocket(String host,int port) throws IOException { in createSocket() 59 @Override public SSLSocket createSocket(String host,int port, InetAddress localHost, in createSocket() 65 @Override public SSLSocket createSocket(InetAddress host,int port) throws IOException { in createSocket() 70 @Override public SSLSocket createSocket(InetAddress address,int port, in createSocket()
|
D | DelegatingSocketFactory.java | 44 public Socket createSocket(String host, int port) throws IOException, UnknownHostException { in createSocket() 51 public Socket createSocket(String host, int port, InetAddress localAddress, int localPort) in createSocket() 59 public Socket createSocket(InetAddress host, int port) throws IOException { in createSocket() 66 public Socket createSocket(InetAddress host, int port, InetAddress localAddress, int localPort) in createSocket()
|
D | DelegatingServerSocketFactory.java | 43 public ServerSocket createServerSocket(int port) throws IOException { in createServerSocket() 50 public ServerSocket createServerSocket(int port, int backlog) throws IOException { in createServerSocket() 57 public ServerSocket createServerSocket(int port, int backlog, InetAddress ifAddress) in createServerSocket()
|
/external/jmdns/src/javax/jmdns/ |
D | ServiceInfo.java | 79 …public static ServiceInfo create(final String type, final String name, final int port, final Strin… in create() 98 …o create(final String type, final String name, final String subtype, final int port, final String … in create() 119 …public static ServiceInfo create(final String type, final String name, final int port, final int w… in create() 142 …o create(final String type, final String name, final String subtype, final int port, final int wei… in create() 163 …public static ServiceInfo create(final String type, final String name, final int port, final int w… in create() 186 …o create(final String type, final String name, final String subtype, final int port, final int wei… in create() 207 …public static ServiceInfo create(final String type, final String name, final int port, final int w… in create() 230 …o create(final String type, final String name, final String subtype, final int port, final int wei… in create() 253 …public static ServiceInfo create(final String type, final String name, final int port, final int w… in create() 278 …o create(final String type, final String name, final String subtype, final int port, final int wei… in create() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | ListeningPointImpl.java | 64 int port; field in ListeningPointImpl 91 public static String makeKey(String host, int port, String transport) { in makeKey() 130 int port, in ListeningPointImpl() 228 int port = this.getPort(); in createContactHeader() local 246 public void sendHeartbeat(String ipAddress, int port) throws IOException { in sendHeartbeat()
|
/external/clang/tools/scan-view/ |
D | scan-view | 33 def start_browser(port, options): argument 56 def run(port, options, root): argument 68 def port_is_open(port): argument
|
/external/iptables/include/linux/netfilter/ |
D | nf_conntrack_tuple_common.h | 18 __be16 port; member 21 __be16 port; member 27 __be16 port; member 30 __be16 port; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | nf_conntrack_tuple_common.h | 18 __be16 port; member 21 __be16 port; member 27 __be16 port; member 30 __be16 port; member
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
D | Address.java | 29 private final int port; field in Address 34 int port; in from() local 49 public Address(String host, int port) in Address()
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/ |
D | SSLServerSocketFactoryWrapper.java | 58 public ServerSocket createServerSocket(int port) throws IOException { in createServerSocket() 63 public ServerSocket createServerSocket(int port, int backlog) in createServerSocket() 69 public ServerSocket createServerSocket(int port, int backlog, in createServerSocket()
|
/external/apache-http/src/org/apache/http/auth/ |
D | AuthScope.java | 92 private final int port; field in AuthScope 111 public AuthScope(final String host, int port, in AuthScope() 134 public AuthScope(final String host, int port, final String realm) { in AuthScope() 149 public AuthScope(final String host, int port) { in AuthScope()
|
/external/javassist/src/main/javassist/ |
D | URLClassPath.java | 30 protected int port; field in URLClassPath 59 public URLClassPath(String host, int port, in URLClassPath() 129 public static byte[] fetchClass(String host, int port, in fetchClass() 161 private static URLConnection fetchClass0(String host, int port, in fetchClass0()
|