/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/ |
H A D | Server.java | 31 public String host; field in class:Server 34 public Server (String host, int port) { argument 35 this.host=host; 41 this.host=st.nextToken(); 46 return (host + ":" + port);
|
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/ |
H A D | Server.java | 30 public String host; field in class:Server 33 public Server (String host, int port) { argument 34 this.host=host; 40 this.host=st.nextToken(); 45 return (host + ":" + port);
|
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/ |
H A D | Server.java | 31 public String host; field in class:Server 34 public Server (String host, int port) { argument 35 this.host=host; 41 this.host=st.nextToken(); 46 return (host + ":" + port);
|
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/ |
H A D | Server.java | 31 public String host; field in class:Server 34 public Server (String host, int port) { argument 35 this.host=host; 41 this.host=st.nextToken(); 46 return (host + ":" + port);
|
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/ |
H A D | Server.java | 30 public String host; field in class:Server 33 public Server (String host, int port) { argument 34 this.host=host; 40 this.host=st.nextToken(); 45 return (host + ":" + port);
|
/forgerock/opendj2/src/build-tools/netscape/ldap/ |
H A D | LDAPSocketFactory.java | 50 public Socket makeSocket(String host, int port); argument
|
/forgerock/opendj-b2.6/src/build-tools/netscape/ldap/ |
H A D | LDAPSocketFactory.java | 51 public Socket makeSocket(String host, int port); argument
|
/forgerock/opendj2.6.2/src/build-tools/netscape/ldap/ |
H A D | LDAPSocketFactory.java | 51 public Socket makeSocket(String host, int port); argument
|
/forgerock/opendj2-hg/src/build-tools/netscape/ldap/ |
H A D | LDAPSocketFactory.java | 50 public Socket makeSocket(String host, int port); argument
|
/forgerock/opendj2-jel-hg/src/build-tools/netscape/ldap/ |
H A D | LDAPSocketFactory.java | 51 public Socket makeSocket(String host, int port); argument
|
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/ |
H A D | InternalMozillaLDAPSocketFactory.java | 68 * @param host The address of the server to which the connection 79 public Socket makeSocket(String host, int port) argument
|
H A D | InternalLDAPSocketFactory.java | 85 * @param host The remote address to which the socket should be 93 public Socket createSocket(InetAddress host, int port) argument 104 * @param host The remote address to which the socket should be 112 public Socket createSocket(String host, int port) argument 123 * @param host The remote address to which the socket should 135 public Socket createSocket(InetAddress host, int port, argument 147 * @param host The remote address to which the socket should 159 public Socket createSocket(String host, int port, argument
|
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/ |
H A D | InternalMozillaLDAPSocketFactory.java | 67 * @param host The address of the server to which the connection 78 public Socket makeSocket(String host, int port) argument
|
H A D | InternalLDAPSocketFactory.java | 84 * @param host The remote address to which the socket should be 92 public Socket createSocket(InetAddress host, int port) argument 103 * @param host The remote address to which the socket should be 111 public Socket createSocket(String host, int port) argument 122 * @param host The remote address to which the socket should 134 public Socket createSocket(InetAddress host, int port, argument 146 * @param host The remote address to which the socket should 158 public Socket createSocket(String host, int port, argument
|
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/ |
H A D | InternalMozillaLDAPSocketFactory.java | 68 * @param host The address of the server to which the connection 79 public Socket makeSocket(String host, int port) argument
|
H A D | InternalLDAPSocketFactory.java | 85 * @param host The remote address to which the socket should be 93 public Socket createSocket(InetAddress host, int port) argument 104 * @param host The remote address to which the socket should be 112 public Socket createSocket(String host, int port) argument 123 * @param host The remote address to which the socket should 135 public Socket createSocket(InetAddress host, int port, argument 147 * @param host The remote address to which the socket should 159 public Socket createSocket(String host, int port, argument
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/ |
H A D | InternalMozillaLDAPSocketFactory.java | 68 * @param host The address of the server to which the connection 79 public Socket makeSocket(String host, int port) argument
|
H A D | InternalLDAPSocketFactory.java | 85 * @param host The remote address to which the socket should be 93 public Socket createSocket(InetAddress host, int port) argument 104 * @param host The remote address to which the socket should be 112 public Socket createSocket(String host, int port) argument 123 * @param host The remote address to which the socket should 135 public Socket createSocket(InetAddress host, int port, argument 147 * @param host The remote address to which the socket should 159 public Socket createSocket(String host, int port, argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/ |
H A D | InternalMozillaLDAPSocketFactory.java | 67 * @param host The address of the server to which the connection 78 public Socket makeSocket(String host, int port) argument
|
H A D | InternalLDAPSocketFactory.java | 84 * @param host The remote address to which the socket should be 92 public Socket createSocket(InetAddress host, int port) argument 103 * @param host The remote address to which the socket should be 111 public Socket createSocket(String host, int port) argument 122 * @param host The remote address to which the socket should 134 public Socket createSocket(InetAddress host, int port, argument 146 * @param host The remote address to which the socket should 158 public Socket createSocket(String host, int port, argument
|
/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | HostPort.java | 42 // The host for this object. 43 private final String host; field in class:HostPort 52 * number but no host. 58 this.host = null; 66 * number but no explicit host. 68 * @param host The host address or name for this {@code HostPort} 72 public HostPort(String host, int port) argument 74 this.host = host; [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
H A D | HostPort.java | 42 // The host for this object. 43 private final String host; field in class:HostPort 52 * number but no host. 58 this.host = null; 66 * number but no explicit host. 68 * @param host The host address or name for this {@code HostPort} 72 public HostPort(String host, int port) argument 74 this.host = host; [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
H A D | HostPort.java | 42 // The host for this object. 43 private final String host; field in class:HostPort 52 * number but no host. 58 this.host = null; 66 * number but no explicit host. 68 * @param host The host address or name for this {@code HostPort} 72 public HostPort(String host, int port) argument 74 this.host = host; [all...] |
/forgerock/openam-v13/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/ |
H A D | RADIUSServer.java | 33 * The remote radius host. 35 private String host; field in class:RADIUSServer 43 * @param host the remote host. 46 public RADIUSServer(String host, int port) { argument 47 this.host = host; 52 * Returns the host. 53 * @return the host. 56 return host; [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/ |
H A D | InternalLDAPSocketFactory.java | 85 * @param host The remote address to which the socket should be 93 public Socket createSocket(InetAddress host, int port) argument 104 * @param host The remote address to which the socket should be 112 public Socket createSocket(String host, int port) argument 123 * @param host The remote address to which the socket should 135 public Socket createSocket(InetAddress host, int port, argument 147 * @param host The remote address to which the socket should 159 public Socket createSocket(String host, int port, argument
|