Searched defs:host (Results 126 - 150 of 170) sorted by relevance

1234567

/openjdk10/jdk/src/jdk.naming.rmi/share/classes/com/sun/jndi/rmi/registry/
H A DRegistryContext.java53 private String host; field in class:RegistryContext
85 public RegistryContext(String host, int port, Hashtable<?, ?> env) argument
409 getRegistry(String host, int port, RMIClientSocketFactory socketFactory) argument
[all...]
/openjdk10/jdk/test/java/net/Socket/
H A DSocketImplTest.java52 protected void bind(InetAddress host, int port){ argument
61 protected void connect(String host, int port){ argument
/openjdk10/jdk/test/java/net/SocketOption/
H A DImmutableOptions.java115 public void connect(String host, int port) throws IOException { } argument
121 public void bind(InetAddress host, int port) throws IOException { } argument
/openjdk10/jdk/test/java/net/URL/
H A DTest.java105 static Test test(String protocol, String host, int port, String file) { argument
108 private Test(String protocol, String host, int port, String file) { argument
/openjdk10/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java159 static String host; field in class:Main
/openjdk10/jdk/src/java.base/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java208 public DigestAuthentication(boolean isProxy, String host, int port, String realm, argument
/openjdk10/jdk/src/java.base/share/classes/sun/net/www/http/
H A DHttpClient.java93 protected String host; field in class:HttpClient
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/net/www/
H A DParseUtil.java316 toString(String scheme, String opaquePart, String authority, String userInfo, String host, int port, String path, String query, String fragment) argument
338 appendSchemeSpecificPart(StringBuffer sb, String opaquePart, String authority, String userInfo, String host, int port, String path, String query) argument
379 appendAuthority(StringBuffer sb, String authority, String userInfo, String host, int port) argument
[all...]
/openjdk10/jdk/src/java.base/unix/native/libnet/
H A DDefaultProxySelector.c480 Java_sun_net_spi_DefaultProxySelector_getSystemProxies(JNIEnv *env, jobject this, jstring proto, jstring host) argument
/openjdk10/jdk/src/java.base/windows/classes/java/net/
H A DPlainSocketImpl.java137 protected void connect(String host, int port) argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicHTML.java654 private JComponent host; field in class:BasicHTML.Renderer
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DSecurityManager.java1049 public void checkConnect(String host, int port) { argument
1104 checkConnect(String host, int port, Object context) argument
1169 checkAccept(String host, int port) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DSocketPermission.java290 SocketPermission(String host, String action) argument
297 SocketPermission(String host, int mask) argument
307 getHost(String host) argument
392 init(String host, int mask) argument
[all...]
H A DURL.java180 private String host; field in class:URL
333 URL(String protocol, String host, int port, String file) argument
357 URL(String protocol, String host, String file) argument
402 URL(String protocol, String host, int port, String file, URLStreamHandler handler) argument
743 set(String protocol, String host, int port, String file, String ref) argument
780 set(String protocol, String host, int port, String authority, String userInfo, String path, String query, String ref) argument
1645 private final String host; field in class:UrlDeserializedState
1652 UrlDeserializedState(String protocol, String host, int port, String authority, String file, String ref, int hashCode) argument
[all...]
H A DAbstractPlainSocketImpl.java160 protected void connect(String host, int port) argument
H A DHttpCookie.java637 domainMatches(String domain, String host) argument
[all...]
H A DInetAddress.java779 final String host; field in class:InetAddress.CachedAddresses
784 CachedAddresses(String host, InetAddress[] inetAddresses, long expiryTime) argument
815 private final String host; field in class:InetAddress.NameServiceAddresses
818 NameServiceAddresses(String host, InetAddress reqAddr) argument
899 lookupAllHostAddr(String host) argument
922 lookupAllHostAddr(String host) argument
1029 lookupAllHostAddr(String host) argument
1092 extractHostAddr(String hostEntry, String host) argument
1184 getByAddress(String host, byte[] addr) argument
1236 getByName(String host) argument
1242 getByName(String host, InetAddress reqAddr) argument
1286 getAllByName(String host) argument
1291 getAllByName(String host, InetAddress reqAddr) argument
1404 getAllByName0(String host) argument
1413 getAllByName0(String host, boolean check) argument
1429 getAllByName0(String host, InetAddress reqAddr, boolean check, boolean useCache) argument
1498 getAddressesFromNameService(String host, InetAddress reqAddr) argument
1565 final String host; field in class:InetAddress.CachedLocalHost
1569 CachedLocalHost(String host, InetAddress addr) argument
[all...]
H A DSocket.java210 public Socket(String host, int port) argument
286 Socket(String host, int port, InetAddress localAddr, int localPort) argument
376 Socket(String host, int port, boolean stream) argument
419 Socket(InetAddress host, int port, boolean stream) argument
[all...]
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DConnectDialog.java455 setConnectionParameters(String url, String host, int port, String userName, String password, String msg) argument
[all...]
/openjdk10/jdk/test/java/rmi/testlibrary/
H A DTestSocketFactory.java150 public Socket createSocket(String host, int port) throws IOException { argument
/openjdk10/jdk/test/javax/security/sasl/Sasl/
H A DClientServerTest.java166 final String host; field in class:ClientServerTest.SaslPeer
171 SaslPeer(String host, String authId, String... qops) { argument
175 SaslPeer(String host, String mechanism, String authId, String... qops) { argument
201 static Server start(String host, String authId, String[] serverQops) argument
219 Server(String host, Strin argument
299 Client(String host, int port, String mech, String authId, String... qops) argument
381 create(String host, int port) argument
[all...]
/openjdk10/jdk/test/javax/net/ssl/Stapling/
H A DHttpsUrlConnClient.java753 public Socket createSocket(Socket s, String host, int port, argument
762 public Socket createSocket(InetAddress host, int port) argument
770 public Socket createSocket(InetAddress host, int port, argument
779 public Socket createSocket(String host, int port) argument
787 public Socket createSocket(String host, int port, argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DURI.java988 isValidServerBasedAuthority(String host, int port, String userinfo) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/
H A DSSLSessionImpl.java101 private final String host; field in class:SSLSessionImpl
159 SSLSessionImpl(ProtocolVersion protocolVersion, CipherSuite cipherSuite, Collection<SignatureAndHashAlgorithm> algorithms, SecureRandom generator, String host, int port) argument
169 SSLSessionImpl(ProtocolVersion protocolVersion, CipherSuite cipherSuite, Collection<SignatureAndHashAlgorithm> algorithms, SessionId id, String host, int port) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DPlainView.java735 damageLineRange(int line0, int line1, Shape a, Component host) argument
[all...]

Completed in 340 milliseconds

1234567