Searched defs:connectionHandler (Results 1 - 25 of 37) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/monitors/
H A DConnectionHandlerMonitor.java69 private ConnectionHandler<?> connectionHandler; field in class:ConnectionHandlerMonitor
81 * @param connectionHandler The connection handler with which this monitor
85 ConnectionHandler<? extends ConnectionHandlerCfg> connectionHandler)
87 this.connectionHandler = connectionHandler;
97 monitorName = connectionHandler.getConnectionHandlerName();
155 connectionHandler.getComponentEntryDN().toNormalizedString())));
159 connectionHandler.getClientConnections());
160 LinkedList<HostPort> listeners = new LinkedList<HostPort>(connectionHandler
163 attrs.add(Attributes.create(protocolType, connectionHandler
84 ConnectionHandlerMonitor( ConnectionHandler<? extends ConnectionHandlerCfg> connectionHandler) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/monitors/
H A DConnectionHandlerMonitor.java68 private ConnectionHandler<?> connectionHandler; field in class:ConnectionHandlerMonitor
80 * @param connectionHandler The connection handler with which this monitor
84 ConnectionHandler<? extends ConnectionHandlerCfg> connectionHandler)
86 this.connectionHandler = connectionHandler;
96 monitorName = connectionHandler.getConnectionHandlerName();
154 connectionHandler.getComponentEntryDN().toNormalizedString())));
158 connectionHandler.getClientConnections());
159 LinkedList<HostPort> listeners = new LinkedList<HostPort>(connectionHandler
162 attrs.add(Attributes.create(protocolType, connectionHandler
83 ConnectionHandlerMonitor( ConnectionHandler<? extends ConnectionHandlerCfg> connectionHandler) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/monitors/
H A DConnectionHandlerMonitor.java69 private ConnectionHandler<?> connectionHandler; field in class:ConnectionHandlerMonitor
81 * @param connectionHandler The connection handler with which this monitor
85 ConnectionHandler<? extends ConnectionHandlerCfg> connectionHandler)
87 this.connectionHandler = connectionHandler;
97 monitorName = connectionHandler.getConnectionHandlerName();
155 connectionHandler.getComponentEntryDN().toNormalizedString())));
159 connectionHandler.getClientConnections());
160 LinkedList<HostPort> listeners = new LinkedList<HostPort>(connectionHandler
163 attrs.add(Attributes.create(protocolType, connectionHandler
84 ConnectionHandlerMonitor( ConnectionHandler<? extends ConnectionHandlerCfg> connectionHandler) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/monitors/
H A DConnectionHandlerMonitor.java69 private ConnectionHandler<?> connectionHandler; field in class:ConnectionHandlerMonitor
81 * @param connectionHandler The connection handler with which this monitor
85 ConnectionHandler<? extends ConnectionHandlerCfg> connectionHandler)
87 this.connectionHandler = connectionHandler;
97 monitorName = connectionHandler.getConnectionHandlerName();
155 connectionHandler.getComponentEntryDN().toNormalizedString())));
159 connectionHandler.getClientConnections());
160 LinkedList<HostPort> listeners = new LinkedList<HostPort>(connectionHandler
163 attrs.add(Attributes.create(protocolType, connectionHandler
84 ConnectionHandlerMonitor( ConnectionHandler<? extends ConnectionHandlerCfg> connectionHandler) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/monitors/
H A DConnectionHandlerMonitor.java68 private ConnectionHandler<?> connectionHandler; field in class:ConnectionHandlerMonitor
80 * @param connectionHandler The connection handler with which this monitor
84 ConnectionHandler<? extends ConnectionHandlerCfg> connectionHandler)
86 this.connectionHandler = connectionHandler;
96 monitorName = connectionHandler.getConnectionHandlerName();
154 connectionHandler.getComponentEntryDN().toNormalizedString())));
158 connectionHandler.getClientConnections());
159 LinkedList<HostPort> listeners = new LinkedList<HostPort>(connectionHandler
162 attrs.add(Attributes.create(protocolType, connectionHandler
83 ConnectionHandlerMonitor( ConnectionHandler<? extends ConnectionHandlerCfg> connectionHandler) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/monitors/
H A DConnectionHandlerMonitor.java69 private ConnectionHandler<?> connectionHandler; field in class:ConnectionHandlerMonitor
81 * @param connectionHandler The connection handler with which this monitor
85 ConnectionHandler<? extends ConnectionHandlerCfg> connectionHandler)
87 this.connectionHandler = connectionHandler;
96 monitorName = connectionHandler.getConnectionHandlerName();
138 attrs.add(Attributes.create(configDnType, connectionHandler.getComponentEntryDN().toString()));
141 LinkedList<ClientConnection> conns = new LinkedList<>(connectionHandler.getClientConnections());
142 LinkedList<HostPort> listeners = new LinkedList<>(connectionHandler.getListeners());
144 attrs.add(Attributes.create(protocolType, connectionHandler
84 ConnectionHandlerMonitor( ConnectionHandler<? extends ConnectionHandlerCfg> connectionHandler) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java108 * @param connectionHandler The LDAP connection handler with which this
117 public LDAPRequestHandler(LDAPConnectionHandler connectionHandler, argument
122 " for connection handler " + connectionHandler.toString());
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java107 * @param connectionHandler The LDAP connection handler with which this
116 public LDAPRequestHandler(LDAPConnectionHandler connectionHandler, argument
121 " for connection handler " + connectionHandler.toString());
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java108 * @param connectionHandler The LDAP connection handler with which this
117 public LDAPRequestHandler(LDAPConnectionHandler connectionHandler, argument
122 " for connection handler " + connectionHandler.toString());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java108 * @param connectionHandler The LDAP connection handler with which this
117 public LDAPRequestHandler(LDAPConnectionHandler connectionHandler, argument
122 " for connection handler " + connectionHandler.toString());
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java107 * @param connectionHandler The LDAP connection handler with which this
116 public LDAPRequestHandler(LDAPConnectionHandler connectionHandler, argument
121 " for connection handler " + connectionHandler.toString());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DLdapHttpApplication.java118 private HTTPConnectionHandler connectionHandler; field in class:LdapHttpApplication
123 LdapHttpApplication(ServerContext serverContext, HTTPConnectionHandler connectionHandler) argument
126 this.connectionHandler = connectionHandler;
134 final File configFile = getFileForPath(connectionHandler.getCurrentConfig().getConfigFile());
139 new CollectClientConnectionsFilter(serverContext, connectionHandler, getAuthenticationConfig(configuration));
H A DCollectClientConnectionsFilter.java84 private final HTTPConnectionHandler connectionHandler; field in class:CollectClientConnectionsFilter
97 * @param connectionHandler
103 public CollectClientConnectionsFilter(ServerContext serverContext, HTTPConnectionHandler connectionHandler, argument
107 this.connectionHandler = connectionHandler;
115 new HTTPClientConnection(serverContext, this.connectionHandler, context, request);
116 connectionHandler.addClientConnection(clientConnection);
118 if (connectionHandler.keepStats())
120 connectionHandler.getStatTracker().addRequest(request.getMethod());
144 else if (this.connectionHandler
[all...]
H A DHTTPClientConnection.java193 private final HTTPConnectionHandler connectionHandler; field in class:HTTPClientConnection
257 * @param connectionHandler
262 public HTTPClientConnection(ServerContext serverContext, HTTPConnectionHandler connectionHandler, Context context, argument
265 this.connectionHandler = connectionHandler;
284 this.statTracker = this.connectionHandler.getStatTracker();
286 this.keepStats = connectionHandler.keepStats();
328 return connectionHandler;
586 this.connectionHandler.removeClientConnection(this);
803 buffer.append(connectionHandler
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java99 * @param connectionHandler The LDAP connection handler with which this
107 public LDAPRequestHandler(LDAPConnectionHandler connectionHandler, argument
112 " for connection handler " + connectionHandler);
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java205 private final HTTPConnectionHandler connectionHandler; field in class:CollectClientConnectionsFilter
215 * @param connectionHandler
222 HTTPConnectionHandler connectionHandler,
225 this.connectionHandler = connectionHandler;
272 new HTTPClientConnection(this.connectionHandler, request);
273 this.connectionHandler.addClientConnection(clientConnection);
277 if (this.connectionHandler.keepStats()) {
278 this.connectionHandler.getStatTracker().addRequest(
305 else if (this.connectionHandler
221 CollectClientConnectionsFilter( HTTPConnectionHandler connectionHandler, HTTPAuthenticationConfig authenticationConfig) argument
[all...]
H A DHTTPClientConnection.java183 private final HTTPConnectionHandler connectionHandler; field in class:HTTPClientConnection
243 * @param connectionHandler
248 public HTTPClientConnection(HTTPConnectionHandler connectionHandler, argument
251 this.connectionHandler = connectionHandler;
269 this.statTracker = this.connectionHandler.getStatTracker();
271 this.keepStats = connectionHandler.keepStats();
308 return connectionHandler;
587 this.connectionHandler.removeClientConnection(this);
820 buffer.append(connectionHandler
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java194 private final HTTPConnectionHandler connectionHandler; field in class:CollectClientConnectionsFilter
204 * @param connectionHandler
211 HTTPConnectionHandler connectionHandler,
214 this.connectionHandler = connectionHandler;
261 new HTTPClientConnection(this.connectionHandler, request);
262 this.connectionHandler.addClientConnection(clientConnection);
266 if (this.connectionHandler.keepStats()) {
267 this.connectionHandler.getStatTracker().addRequest(
294 else if (this.connectionHandler
210 CollectClientConnectionsFilter( HTTPConnectionHandler connectionHandler, HTTPAuthenticationConfig authenticationConfig) argument
[all...]
H A DHTTPClientConnection.java182 private final HTTPConnectionHandler connectionHandler; field in class:HTTPClientConnection
242 * @param connectionHandler
247 public HTTPClientConnection(HTTPConnectionHandler connectionHandler, argument
250 this.connectionHandler = connectionHandler;
268 this.statTracker = this.connectionHandler.getStatTracker();
270 this.keepStats = connectionHandler.keepStats();
307 return connectionHandler;
586 this.connectionHandler.removeClientConnection(this);
819 buffer.append(connectionHandler
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java195 private final HTTPConnectionHandler connectionHandler; field in class:CollectClientConnectionsFilter
205 * @param connectionHandler
212 HTTPConnectionHandler connectionHandler,
215 this.connectionHandler = connectionHandler;
262 new HTTPClientConnection(this.connectionHandler, request);
263 this.connectionHandler.addClientConnection(clientConnection);
267 if (this.connectionHandler.keepStats()) {
268 this.connectionHandler.getStatTracker().addRequest(
295 else if (this.connectionHandler
211 CollectClientConnectionsFilter( HTTPConnectionHandler connectionHandler, HTTPAuthenticationConfig authenticationConfig) argument
[all...]
H A DHTTPClientConnection.java183 private final HTTPConnectionHandler connectionHandler; field in class:HTTPClientConnection
243 * @param connectionHandler
248 public HTTPClientConnection(HTTPConnectionHandler connectionHandler, argument
251 this.connectionHandler = connectionHandler;
269 this.statTracker = this.connectionHandler.getStatTracker();
271 this.keepStats = connectionHandler.keepStats();
308 return connectionHandler;
587 this.connectionHandler.removeClientConnection(this);
820 buffer.append(connectionHandler
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java205 private final HTTPConnectionHandler connectionHandler; field in class:CollectClientConnectionsFilter
215 * @param connectionHandler
222 HTTPConnectionHandler connectionHandler,
225 this.connectionHandler = connectionHandler;
272 new HTTPClientConnection(this.connectionHandler, request);
273 this.connectionHandler.addClientConnection(clientConnection);
277 if (this.connectionHandler.keepStats()) {
278 this.connectionHandler.getStatTracker().addRequest(
305 else if (this.connectionHandler
221 CollectClientConnectionsFilter( HTTPConnectionHandler connectionHandler, HTTPAuthenticationConfig authenticationConfig) argument
[all...]
H A DHTTPClientConnection.java183 private final HTTPConnectionHandler connectionHandler; field in class:HTTPClientConnection
243 * @param connectionHandler
248 public HTTPClientConnection(HTTPConnectionHandler connectionHandler, argument
251 this.connectionHandler = connectionHandler;
269 this.statTracker = this.connectionHandler.getStatTracker();
271 this.keepStats = connectionHandler.keepStats();
308 return connectionHandler;
587 this.connectionHandler.removeClientConnection(this);
820 buffer.append(connectionHandler
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DCollectClientConnectionsFilter.java194 private final HTTPConnectionHandler connectionHandler; field in class:CollectClientConnectionsFilter
204 * @param connectionHandler
211 HTTPConnectionHandler connectionHandler,
214 this.connectionHandler = connectionHandler;
261 new HTTPClientConnection(this.connectionHandler, request);
262 this.connectionHandler.addClientConnection(clientConnection);
266 if (this.connectionHandler.keepStats()) {
267 this.connectionHandler.getStatTracker().addRequest(
294 else if (this.connectionHandler
210 CollectClientConnectionsFilter( HTTPConnectionHandler connectionHandler, HTTPAuthenticationConfig authenticationConfig) argument
[all...]
H A DHTTPClientConnection.java182 private final HTTPConnectionHandler connectionHandler; field in class:HTTPClientConnection
242 * @param connectionHandler
247 public HTTPClientConnection(HTTPConnectionHandler connectionHandler, argument
250 this.connectionHandler = connectionHandler;
268 this.statTracker = this.connectionHandler.getStatTracker();
270 this.keepStats = connectionHandler.keepStats();
307 return connectionHandler;
586 this.connectionHandler.removeClientConnection(this);
819 buffer.append(connectionHandler
[all...]

Completed in 65 milliseconds

12