org.apache.synapse.transport.nhttp
Class PlainClientIOEventDispatch

java.lang.Object
  extended by org.apache.http.impl.nio.DefaultClientIOEventDispatch
      extended by org.apache.synapse.transport.nhttp.PlainClientIOEventDispatch
All Implemented Interfaces:
org.apache.http.nio.reactor.IOEventDispatch

public class PlainClientIOEventDispatch
extends org.apache.http.impl.nio.DefaultClientIOEventDispatch


Field Summary
 
Fields inherited from class org.apache.http.impl.nio.DefaultClientIOEventDispatch
allocator, handler, params
 
Constructor Summary
PlainClientIOEventDispatch(org.apache.http.nio.NHttpClientHandler handler, org.apache.http.params.HttpParams params)
           
 
Method Summary
protected  org.apache.http.nio.NHttpClientIOTarget createConnection(org.apache.http.nio.reactor.IOSession session)
           
 
Methods inherited from class org.apache.http.impl.nio.DefaultClientIOEventDispatch
connected, createByteBufferAllocator, createHttpResponseFactory, disconnected, inputReady, outputReady, timeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainClientIOEventDispatch

public PlainClientIOEventDispatch(org.apache.http.nio.NHttpClientHandler handler,
                                  org.apache.http.params.HttpParams params)
Method Detail

createConnection

protected org.apache.http.nio.NHttpClientIOTarget createConnection(org.apache.http.nio.reactor.IOSession session)
Overrides:
createConnection in class org.apache.http.impl.nio.DefaultClientIOEventDispatch


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.