Searched defs:port (Results 1 - 25 of 473) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DServer.java32 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 DServer.java31 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 DServer.java32 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 DServer.java32 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 DServer.java31 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 DLDAPSocketFactory.java50 public Socket makeSocket(String host, int port); argument
/forgerock/opendj-b2.6/src/build-tools/netscape/ldap/
H A DLDAPSocketFactory.java51 public Socket makeSocket(String host, int port); argument
/forgerock/opendj2.6.2/src/build-tools/netscape/ldap/
H A DLDAPSocketFactory.java51 public Socket makeSocket(String host, int port); argument
/forgerock/opendj2-hg/src/build-tools/netscape/ldap/
H A DLDAPSocketFactory.java50 public Socket makeSocket(String host, int port); argument
/forgerock/opendj2-jel-hg/src/build-tools/netscape/ldap/
H A DLDAPSocketFactory.java51 public Socket makeSocket(String host, int port); argument
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/internal/
H A DInternalMozillaLDAPSocketFactory.java71 * @param port The port of the server to which the connection
79 public Socket makeSocket(String host, int port) argument
H A DInternalLDAPSocketFactory.java87 * @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 DInternalMozillaLDAPSocketFactory.java70 * @param port The port of the server to which the connection
78 public Socket makeSocket(String host, int port) argument
H A DInternalLDAPSocketFactory.java86 * @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 DInternalMozillaLDAPSocketFactory.java71 * @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 DInternalMozillaLDAPSocketFactory.java71 * @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 DInternalMozillaLDAPSocketFactory.java70 * @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 DHandler.java51 * @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 DHandler.java51 * @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 DOpendsRMIJRMPServerImpl.java48 * 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 DOpendsRmiServerSocketFactory.java69 * 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 DMonoServerReplicationUserData.java37 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 DHostPort.java32 * 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 DOpendsRMIJRMPServerImpl.java47 * 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 DOpendsRmiServerSocketFactory.java68 * 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) ;

Completed in 178 milliseconds

1234567891011>>