public interface Handshake
Modifier and Type | Method and Description |
---|---|
void |
fillInRequest(HttpClientRequest req,
java.lang.String hostHeader) |
org.jboss.netty.handler.codec.http.HttpResponse |
generateResponse(org.jboss.netty.handler.codec.http.HttpRequest request,
java.lang.String serverOrigin) |
org.jboss.netty.channel.ChannelHandler |
getDecoder() |
org.jboss.netty.channel.ChannelHandler |
getEncoder(boolean server) |
void |
onComplete(HttpClientResponse response,
AsyncResultHandler<java.lang.Void> doneHandler) |
void fillInRequest(HttpClientRequest req, java.lang.String hostHeader) throws java.lang.Exception
java.lang.Exception
void onComplete(HttpClientResponse response, AsyncResultHandler<java.lang.Void> doneHandler) throws java.lang.Exception
java.lang.Exception
org.jboss.netty.handler.codec.http.HttpResponse generateResponse(org.jboss.netty.handler.codec.http.HttpRequest request, java.lang.String serverOrigin) throws java.lang.Exception
java.lang.Exception
org.jboss.netty.channel.ChannelHandler getEncoder(boolean server)
org.jboss.netty.channel.ChannelHandler getDecoder()