List of usage examples for org.apache.http.impl.nio.reactor AbstractIODispatch subclass-usage
From source file org.apache.synapse.transport.nhttp.ServerIODispatch.java
public class ServerIODispatch extends AbstractIODispatch<DefaultNHttpServerConnection> { private final NHttpServerEventHandler handler; private volatile ServerConnFactory connFactory; public ServerIODispatch(final NHttpServerEventHandler handler, final ServerConnFactory connFactory) {
From source file org.apache.synapse.transport.passthru.ServerIODispatch.java
public class ServerIODispatch extends AbstractIODispatch<DefaultNHttpServerConnection> { private final NHttpServerEventHandler handler; private volatile ServerConnFactory connFactory; public ServerIODispatch(final NHttpServerEventHandler handler, final ServerConnFactory connFactory) {
From source file org.apache.synapse.transport.nhttp.ClientIODispatch.java
class ClientIODispatch extends AbstractIODispatch<DefaultNHttpClientConnection> { private final NHttpClientEventHandler handler; private ClientConnFactory connFactory; public ClientIODispatch(final NHttpClientEventHandler handler, final ClientConnFactory connFactory) {
From source file org.apache.synapse.transport.passthru.ClientIODispatch.java
class ClientIODispatch extends AbstractIODispatch<DefaultNHttpClientConnection> { private final NHttpClientEventHandler handler; private ClientConnFactory connFactory; public ClientIODispatch(final NHttpClientEventHandler handler, final ClientConnFactory connFactory) {
From source file org.apache.http.impl.nio.client.InternalIODispatch.java
class InternalIODispatch extends AbstractIODispatch<DefaultNHttpClientConnection> { private final Log log = LogFactory.getLog(InternalIODispatch.class); private final NHttpClientEventHandler handler;