com.koushikdutta.async.http
Class AsyncSSLSocketMiddleware

java.lang.Object
  extended by com.koushikdutta.async.http.SimpleMiddleware
      extended by com.koushikdutta.async.http.AsyncSocketMiddleware
          extended by com.koushikdutta.async.http.AsyncSSLSocketMiddleware
All Implemented Interfaces:
AsyncHttpClientMiddleware

public class AsyncSSLSocketMiddleware
extends AsyncSocketMiddleware


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.koushikdutta.async.http.AsyncHttpClientMiddleware
AsyncHttpClientMiddleware.GetSocketData, AsyncHttpClientMiddleware.OnBodyData, AsyncHttpClientMiddleware.OnHeadersReceivedData, AsyncHttpClientMiddleware.OnRequestCompleteData, AsyncHttpClientMiddleware.OnSocketData
 
Constructor Summary
AsyncSSLSocketMiddleware(AsyncHttpClient client)
           
 
Method Summary
protected  ConnectCallback wrapCallback(ConnectCallback callback, java.net.URI uri, int port)
           
 
Methods inherited from class com.koushikdutta.async.http.AsyncSocketMiddleware
getSchemePort, getSocket, onRequestComplete
 
Methods inherited from class com.koushikdutta.async.http.SimpleMiddleware
onBodyDecoder, onHeadersReceived, onSocket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncSSLSocketMiddleware

public AsyncSSLSocketMiddleware(AsyncHttpClient client)
Method Detail

wrapCallback

protected ConnectCallback wrapCallback(ConnectCallback callback,
                                       java.net.URI uri,
                                       int port)
Overrides:
wrapCallback in class AsyncSocketMiddleware