org.apache.axis2.transport.nhttp
Class HttpCoreNIOSSLSender

java.lang.Object
  extended by org.apache.axis2.handlers.AbstractHandler
      extended by org.apache.axis2.transport.nhttp.HttpCoreNIOSender
          extended by org.apache.axis2.transport.nhttp.HttpCoreNIOSSLSender
All Implemented Interfaces:
Handler, TransportSender

public class HttpCoreNIOSSLSender
extends HttpCoreNIOSender


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
Handler.InvocationResponse
 
Field Summary
 
Fields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc
 
Constructor Summary
HttpCoreNIOSSLSender()
           
 
Method Summary
protected  org.apache.http.nio.reactor.IOEventDispatch getEventDispatch(org.apache.http.nio.NHttpClientHandler handler, javax.net.ssl.SSLContext sslContext, org.apache.http.impl.nio.reactor.SSLIOSessionHandler sslIOSessionHandler, org.apache.http.params.HttpParams params)
           
protected  javax.net.ssl.SSLContext getSSLContext(TransportOutDescription transportOut)
          Always return null, as this implementation does not support outgoing SSL
protected  org.apache.http.impl.nio.reactor.SSLIOSessionHandler getSSLIOSessionHandler(TransportOutDescription transportOut)
           
 
Methods inherited from class org.apache.axis2.transport.nhttp.HttpCoreNIOSender
cleanup, getEventDispatch, init, invoke, stop
 
Methods inherited from class org.apache.axis2.handlers.AbstractHandler
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.axis2.engine.Handler
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init
 

Constructor Detail

HttpCoreNIOSSLSender

public HttpCoreNIOSSLSender()
Method Detail

getEventDispatch

protected org.apache.http.nio.reactor.IOEventDispatch getEventDispatch(org.apache.http.nio.NHttpClientHandler handler,
                                                                       javax.net.ssl.SSLContext sslContext,
                                                                       org.apache.http.impl.nio.reactor.SSLIOSessionHandler sslIOSessionHandler,
                                                                       org.apache.http.params.HttpParams params)

getSSLContext

protected javax.net.ssl.SSLContext getSSLContext(TransportOutDescription transportOut)
                                          throws AxisFault
Description copied from class: HttpCoreNIOSender
Always return null, as this implementation does not support outgoing SSL

Overrides:
getSSLContext in class HttpCoreNIOSender
Returns:
null
Throws:
AxisFault

getSSLIOSessionHandler

protected org.apache.http.impl.nio.reactor.SSLIOSessionHandler getSSLIOSessionHandler(TransportOutDescription transportOut)
                                                                               throws AxisFault
Throws:
AxisFault


Copyright © 2007 Apache Web Services Project. All Rights Reserved.