Searched defs:port (Results 26 - 50 of 473) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java36 private int port; field in class:MonoServerReplicationUserData
59 * Returns the port of the server.
60 * @return the port of the server.
64 return port;
68 * Sets the port of the server.
69 * @param port the port of the server.
71 public void setPort(int port) argument
73 this.port = port;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/internal/
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.6.2/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/opendj2.6.2/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/opendj2.6.2/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-jel-hg/src/server/org/opends/server/protocols/internal/
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-jel-hg/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/opendj2-jel-hg/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/opendj2-jel-hg/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-hg/src/server/org/opends/server/protocols/internal/
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-hg/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) ;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java36 private int port; field in class:MonoServerReplicationUserData
59 * Returns the port of the server.
60 * @return the port of the server.
64 return port;
68 * Sets the port of the server.
69 * @param port the port of the server.
71 public void setPort(int port) argument
73 this.port = port;
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DIPSServerSocket.java42 public IPSServerSocket(int port) throws IOException { argument
43 super(port);
46 public IPSServerSocket(int port, int backlog) throws IOException { argument
47 super(port, backlog);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionServiceURLService.java59 * @param port Session Server port.
64 public URL getSessionServiceURL(String protocol, String server, String port, String uri) argument
66 String key = protocol + "://" + server + ":" + port + uri;
71 server, port, uri);
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DLoginTCPPortAttribute.java46 * The TCP port with which the user is to be connected, when the Login-Service Attribute is also present.
48 private int port = 0; field in class:LoginTCPPortAttribute
58 port = OctetUtils.toIntVal(octets);
62 * Constructs a new instance from the TCP port with which the user is to be connected, when the Login-Service
65 * @param port The TCP port with which the user is to be connected.
67 public LoginTCPPortAttribute(int port) { argument
68 super(OctetUtils.toOctets(AttributeType.LOGIN_TCP_PORT, port));
69 this.port = port;
[all...]
H A DNASPortAttribute.java45 * The physical port number of the NAS which is authenticating the user.
47 private int port = 0; field in class:NASPortAttribute
57 port = OctetUtils.toIntVal(octets);
61 * Constructs a new instance from the physical port number of the NAS.
63 * @param port The port number.
65 public NASPortAttribute(int port) { argument
66 super(OctetUtils.toOctets(AttributeType.NAS_PORT, port));
67 this.port = port;
[all...]
H A DPortLimitAttribute.java47 private int port = 0; field in class:PortLimitAttribute
57 port = OctetUtils.toIntVal(octets);
63 * @param port The maximum number of ports to be provided to the user by the NAS.
65 public PortLimitAttribute(int port) { argument
66 super(OctetUtils.toOctets(AttributeType.PORT_LIMIT, port));
67 this.port = port;
76 return port;
86 return new StringBuilder().append(port).toString();
/forgerock/openam-v13/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUSServer.java37 * The remote radius port.
39 private int port; field in class:RADIUSServer
44 * @param port the remote port.
46 public RADIUSServer(String host, int port) { argument
48 this.port = port;
60 * Returns the port.
61 * @return the port.
64 return port;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/internal/
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/opendj-v3/opendj-server-legacy/src/main/java/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.java71 public ServerSocket createServerSocket(int port) throws IOException argument
73 serverSocket = new ServerSocket(port, 50, listenAddress);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/dsreplication/
H A DMonoServerReplicationUserData.java36 private int port; field in class:MonoServerReplicationUserData
59 * Returns the port of the server.
60 * @return the port of the server.
64 return port;
68 * Sets the port of the server.
69 * @param port the port of the server.
71 public void setPort(int port) argument
73 this.port = port;
[all...]

Completed in 144 milliseconds

1234567891011>>