org.apache.axis2.transport.nhttp
Class HttpCoreNIOSSLSender
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.transport.nhttp.HttpCoreNIOSender
org.apache.axis2.transport.nhttp.HttpCoreNIOSSLSender
- All Implemented Interfaces:
- Handler, TransportSender
public class HttpCoreNIOSSLSender
- extends HttpCoreNIOSender
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HttpCoreNIOSSLSender
public HttpCoreNIOSSLSender()
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.