Searched defs:socket (Results 1 - 25 of 92) sorted by relevance

1234

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java150 * Create a new protocol session in the client role on the provided socket.
152 * @param socket
153 * The connected socket.
155 * The socket timeout option to use for the protocol session.
164 public Session createClientSession(final Socket socket, argument
182 socket, socket.getInetAddress().getHostName(),
183 socket.getPort(), false);
200 return new Session(socket, secureSocket);
208 socket
247 createServerSession(final Socket socket, final int soTimeout) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/
H A DLDAPReader.java46 * provided socket.
55 private Socket socket; field in class:LDAPReader
61 * socket and trace the messages using a provided tracer.
63 * @param socket The socket from which to read the LDAP messages.
66 * input stream for the socket.
68 public LDAPReader(Socket socket) argument
71 this.socket = socket;
72 this.debugInputStream = new RecordingInputStream(socket
[all...]
H A DLDAPWriter.java47 * provided socket.
56 Socket socket; field in class:LDAPWriter
63 * socket and trace the messages using a provided tracer.
65 * @param socket The socket to use to write LDAP messages.
68 * output stream for the socket.
70 public LDAPWriter(Socket socket) argument
73 this.socket = socket;
76 new BufferedOutputStream(socket
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java145 * Create a new protocol session in the client role on the provided socket.
147 * @param socket
148 * The connected socket.
150 * The socket timeout option to use for the protocol session.
159 public Session createClientSession(final Socket socket, argument
175 socket, socket.getInetAddress().getHostName(),
176 socket.getPort(), false);
193 return new Session(socket, secureSocket);
199 close(socket);
222 createServerSession(final Socket socket, final int soTimeout) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/
H A DLDAPReader.java45 * provided socket.
54 private Socket socket; field in class:LDAPReader
60 * socket and trace the messages using a provided tracer.
62 * @param socket The socket from which to read the LDAP messages.
65 * input stream for the socket.
67 public LDAPReader(Socket socket) argument
70 this.socket = socket;
71 this.debugInputStream = new RecordingInputStream(socket
[all...]
H A DLDAPWriter.java46 * provided socket.
55 Socket socket; field in class:LDAPWriter
62 * socket and trace the messages using a provided tracer.
64 * @param socket The socket to use to write LDAP messages.
67 * output stream for the socket.
69 public LDAPWriter(Socket socket) argument
72 this.socket = socket;
75 new BufferedOutputStream(socket
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java150 * Create a new protocol session in the client role on the provided socket.
152 * @param socket
153 * The connected socket.
155 * The socket timeout option to use for the protocol session.
164 public Session createClientSession(final Socket socket, argument
182 socket, socket.getInetAddress().getHostName(),
183 socket.getPort(), false);
200 return new Session(socket, secureSocket);
208 socket
247 createServerSession(final Socket socket, final int soTimeout) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/
H A DLDAPReader.java46 * provided socket.
55 private Socket socket; field in class:LDAPReader
61 * socket and trace the messages using a provided tracer.
63 * @param socket The socket from which to read the LDAP messages.
66 * input stream for the socket.
68 public LDAPReader(Socket socket) argument
71 this.socket = socket;
72 this.debugInputStream = new RecordingInputStream(socket
[all...]
H A DLDAPWriter.java47 * provided socket.
56 Socket socket; field in class:LDAPWriter
63 * socket and trace the messages using a provided tracer.
65 * @param socket The socket to use to write LDAP messages.
68 * output stream for the socket.
70 public LDAPWriter(Socket socket) argument
73 this.socket = socket;
76 new BufferedOutputStream(socket
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java150 * Create a new protocol session in the client role on the provided socket.
152 * @param socket
153 * The connected socket.
155 * The socket timeout option to use for the protocol session.
164 public Session createClientSession(final Socket socket, argument
182 socket, socket.getInetAddress().getHostName(),
183 socket.getPort(), false);
200 return new Session(socket, secureSocket);
208 socket
247 createServerSession(final Socket socket, final int soTimeout) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/
H A DLDAPReader.java46 * provided socket.
55 private Socket socket; field in class:LDAPReader
61 * socket and trace the messages using a provided tracer.
63 * @param socket The socket from which to read the LDAP messages.
66 * input stream for the socket.
68 public LDAPReader(Socket socket) argument
71 this.socket = socket;
72 this.debugInputStream = new RecordingInputStream(socket
[all...]
H A DLDAPWriter.java47 * provided socket.
56 Socket socket; field in class:LDAPWriter
63 * socket and trace the messages using a provided tracer.
65 * @param socket The socket to use to write LDAP messages.
68 * output stream for the socket.
70 public LDAPWriter(Socket socket) argument
73 this.socket = socket;
76 new BufferedOutputStream(socket
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DReplSessionSecurity.java145 * Create a new protocol session in the client role on the provided socket.
147 * @param socket
148 * The connected socket.
150 * The socket timeout option to use for the protocol session.
159 public Session createClientSession(final Socket socket, argument
175 socket, socket.getInetAddress().getHostName(),
176 socket.getPort(), false);
193 return new Session(socket, secureSocket);
199 close(socket);
222 createServerSession(final Socket socket, final int soTimeout) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DLDAPReader.java45 * provided socket.
54 private Socket socket; field in class:LDAPReader
60 * socket and trace the messages using a provided tracer.
62 * @param socket The socket from which to read the LDAP messages.
65 * input stream for the socket.
67 public LDAPReader(Socket socket) argument
70 this.socket = socket;
71 this.debugInputStream = new RecordingInputStream(socket
[all...]
H A DLDAPWriter.java46 * provided socket.
55 Socket socket; field in class:LDAPWriter
62 * socket and trace the messages using a provided tracer.
64 * @param socket The socket to use to write LDAP messages.
67 * output stream for the socket.
69 public LDAPWriter(Socket socket) argument
72 this.socket = socket;
75 new BufferedOutputStream(socket
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/log/handlers/syslog/
H A DSyslogTcpPublisher.java32 private Socket socket = null; field in class:SyslogTcpPublisher
49 if (socket != null) {
50 if (!socket.isConnected() || socket.isClosed()) {
52 socket.close();
64 socket = new Socket();
65 socket.connect(socketAddress, connectTimeout);
66 socket.setKeepAlive(true);
93 OutputStream out = socket.getOutputStream();
102 if (socket !
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPReader.java47 * provided socket.
53 private Socket socket; field in class:LDAPReader
59 * socket and trace the messages using a provided tracer.
61 * @param socket The socket from which to read the LDAP messages.
64 * input stream for the socket.
66 public LDAPReader(Socket socket) argument
69 this.socket = socket;
70 this.debugInputStream = new RecordingInputStream(socket
[all...]
H A DLDAPWriter.java45 * provided socket.
51 private Socket socket; field in class:LDAPWriter
58 * socket and trace the messages using a provided tracer.
60 * @param socket The socket to use to write LDAP messages.
63 * output stream for the socket.
65 public LDAPWriter(Socket socket) argument
68 this.socket = socket;
71 new BufferedOutputStream(socket
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/log/handlers/syslog/
H A DSyslogTcpPublisher.java32 private Socket socket = null; field in class:SyslogTcpPublisher
49 if (socket != null) {
50 if (!socket.isConnected() || socket.isClosed()) {
52 socket.close();
64 socket = new Socket();
65 socket.connect(socketAddress, connectTimeout);
66 socket.setKeepAlive(true);
93 OutputStream out = socket.getOutputStream();
102 if (socket !
[all...]
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DApplicationKeyManager.java174 * socket given the public key type and the list of certificate
183 * @param socket
184 * the socket to be used for this connection. This
191 Socket socket)
195 return keyManager.chooseClientAlias(keyType, issuers, socket);
205 * socket given the public key type and the list of certificate
214 * @param socket
215 * the socket to be used for this connection. This
222 Socket socket)
226 return keyManager.chooseServerAlias(keyType, issuers, socket);
190 chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket) argument
221 chooseServerAlias(String keyType, Principal[] issuers, Socket socket) argument
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DApplicationKeyManager.java175 * socket given the public key type and the list of certificate
184 * @param socket
185 * the socket to be used for this connection. This
192 Socket socket)
196 return keyManager.chooseClientAlias(keyType, issuers, socket);
206 * socket given the public key type and the list of certificate
215 * @param socket
216 * the socket to be used for this connection. This
223 Socket socket)
227 return keyManager.chooseServerAlias(keyType, issuers, socket);
191 chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket) argument
222 chooseServerAlias(String keyType, Principal[] issuers, Socket socket) argument
[all...]
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DApplicationKeyManager.java175 * socket given the public key type and the list of certificate
184 * @param socket
185 * the socket to be used for this connection. This
192 Socket socket)
196 return keyManager.chooseClientAlias(keyType, issuers, socket);
206 * socket given the public key type and the list of certificate
215 * @param socket
216 * the socket to be used for this connection. This
223 Socket socket)
227 return keyManager.chooseServerAlias(keyType, issuers, socket);
191 chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket) argument
222 chooseServerAlias(String keyType, Principal[] issuers, Socket socket) argument
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationKeyManager.java174 * socket given the public key type and the list of certificate
183 * @param socket
184 * the socket to be used for this connection. This
191 Socket socket)
195 return keyManager.chooseClientAlias(keyType, issuers, socket);
205 * socket given the public key type and the list of certificate
214 * @param socket
215 * the socket to be used for this connection. This
222 Socket socket)
226 return keyManager.chooseServerAlias(keyType, issuers, socket);
190 chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket) argument
221 chooseServerAlias(String keyType, Principal[] issuers, Socket socket) argument
[all...]
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DApplicationKeyManager.java175 * socket given the public key type and the list of certificate
184 * @param socket
185 * the socket to be used for this connection. This
192 Socket socket)
196 return keyManager.chooseClientAlias(keyType, issuers, socket);
206 * socket given the public key type and the list of certificate
215 * @param socket
216 * the socket to be used for this connection. This
223 Socket socket)
227 return keyManager.chooseServerAlias(keyType, issuers, socket);
191 chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket) argument
222 chooseServerAlias(String keyType, Principal[] issuers, Socket socket) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DApplicationKeyManager.java171 * socket given the public key type and the list of certificate
180 * @param socket
181 * the socket to be used for this connection. This
188 Socket socket)
192 return keyManager.chooseClientAlias(keyType, issuers, socket);
199 * socket given the public key type and the list of certificate
208 * @param socket
209 * the socket to be used for this connection. This
216 Socket socket)
220 return keyManager.chooseServerAlias(keyType, issuers, socket);
187 chooseClientAlias(String[] keyType, Principal[] issuers, Socket socket) argument
215 chooseServerAlias(String keyType, Principal[] issuers, Socket socket) argument
[all...]

Completed in 297 milliseconds

1234