org.apache.synapse.transport.nhttp
Class PlainServerIOEventDispatch

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

public class PlainServerIOEventDispatch
extends org.apache.http.impl.nio.DefaultServerIOEventDispatch


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

Constructor Detail

PlainServerIOEventDispatch

public PlainServerIOEventDispatch(org.apache.http.nio.NHttpServiceHandler handler,
                                  org.apache.http.params.HttpParams params)
Method Detail

createConnection

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


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