/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/ |
H A D | Server.java | 32 public int port; field in class:Server 34 public Server (String host, int port) { argument 36 this.port=port; 42 this.port=Integer.parseInt(st.nextToken()); 46 return (host + ":" + port);
|
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/ |
H A D | Server.java | 31 public int port; field in class:Server 33 public Server (String host, int port) { argument 35 this.port=port; 41 this.port=Integer.parseInt(st.nextToken()); 45 return (host + ":" + port);
|
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/ |
H A D | Server.java | 32 public int port; field in class:Server 34 public Server (String host, int port) { argument 36 this.port=port; 42 this.port=Integer.parseInt(st.nextToken()); 46 return (host + ":" + port);
|
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/ |
H A D | Server.java | 32 public int port; field in class:Server 34 public Server (String host, int port) { argument 36 this.port=port; 42 this.port=Integer.parseInt(st.nextToken()); 46 return (host + ":" + port);
|
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/ |
H A D | Server.java | 31 public int port; field in class:Server 33 public Server (String host, int port) { argument 35 this.port=port; 41 this.port=Integer.parseInt(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 | 71 * @param port The port of the server to which the connection 79 public Socket makeSocket(String host, int port) argument
|
H A D | InternalLDAPSocketFactory.java | 87 * @param port The remote port to which the socket should be 93 public Socket createSocket(InetAddress host, int port) argument 106 * @param port The remote port to which the socket should be 112 public Socket createSocket(String host, int port) argument 125 * @param port The remote port to which the socket should be 129 * @param clientPort The local port to which the socket should be 135 public Socket createSocket(InetAddress host, int port, argument 159 createSocket(String host, int port, InetAddress clientHost, int clientPort) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/protocols/internal/ |
H A D | InternalMozillaLDAPSocketFactory.java | 70 * @param port The port of the server to which the connection 78 public Socket makeSocket(String host, int port) argument
|
H A D | InternalLDAPSocketFactory.java | 86 * @param port The remote port to which the socket should be 92 public Socket createSocket(InetAddress host, int port) argument 105 * @param port The remote port to which the socket should be 111 public Socket createSocket(String host, int port) argument 124 * @param port The remote port to which the socket should be 128 * @param clientPort The local port to which the socket should be 134 public Socket createSocket(InetAddress host, int port, argument 158 createSocket(String host, int port, InetAddress clientHost, int clientPort) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/ |
H A D | InternalMozillaLDAPSocketFactory.java | 71 * @param port The port of the server to which the connection 79 public Socket makeSocket(String host, int port) argument
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/internal/ |
H A D | InternalMozillaLDAPSocketFactory.java | 71 * @param port The port of the server to which the connection 79 public Socket makeSocket(String host, int port) argument
|
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/internal/ |
H A D | InternalMozillaLDAPSocketFactory.java | 70 * @param port The port of the server to which the connection 78 public Socket makeSocket(String host, int port) argument
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/protocol/https/ |
H A D | Handler.java | 51 * @param port 53 public Handler (String proxy, int port) { argument 54 super(proxy, port);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/protocol/https/ |
H A D | Handler.java | 51 * @param port 53 public Handler (String proxy, int port) { argument 54 super(proxy, port);
|
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/ |
H A D | OpendsRMIJRMPServerImpl.java | 48 * Creates a new RMIServer object that will be exported on the given port 51 * @param port 52 * the port on which this object and the RMIConnectionImpl objects 54 * available port 66 public OpendsRMIJRMPServerImpl(int port, RMIClientSocketFactory csf, argument 69 super(port, csf, ssf, env);
|
H A D | OpendsRmiServerSocketFactory.java | 69 * Create a server socket on the specified port 70 * (port 0 indicates an anonymous port). 71 * @param port the port number 72 * @return the server socket on the specified port 75 public ServerSocket createServerSocket(int port) throws IOException argument 77 serverSocket = ssf.createServerSocket(port) ;
|
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsreplication/ |
H A D | MonoServerReplicationUserData.java | 37 private int port; field in class:MonoServerReplicationUserData 60 * Returns the port of the server. 61 * @return the port of the server. 65 return port; 69 * Sets the port of the server. 70 * @param port the port of the server. 72 public void setPort(int port) argument 74 this.port = port; [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | HostPort.java | 32 * port number, as may be used to accept a connection from or initiate 45 // The port for this object; 46 private final int port; field in class:HostPort 51 * Creates a new {@code HostPort} object with the specified port 54 * @param port The port number for this {@code HostPort} object. 56 public HostPort(int port) argument 59 this.port = port; 65 * Creates a new {@code HostPort} object with the specified port 72 HostPort(String host, int port) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/ |
H A D | OpendsRMIJRMPServerImpl.java | 47 * Creates a new RMIServer object that will be exported on the given port 50 * @param port 51 * the port on which this object and the RMIConnectionImpl objects 53 * available port 65 public OpendsRMIJRMPServerImpl(int port, RMIClientSocketFactory csf, argument 68 super(port, csf, ssf, env);
|
H A D | OpendsRmiServerSocketFactory.java | 68 * Create a server socket on the specified port 69 * (port 0 indicates an anonymous port). 70 * @param port the port number 71 * @return the server socket on the specified port 74 public ServerSocket createServerSocket(int port) throws IOException argument 76 serverSocket = ssf.createServerSocket(port) ;
|