public final class WebSocketProtocol extends Protocol
channelManager, config, hasIOExceptionFilters, logger, REDIRECT_STATUSES, requestSender| Constructor and Description |
|---|
WebSocketProtocol(ChannelManager channelManager,
AsyncHttpClientConfig config,
NettyRequestSender requestSender) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
Object e) |
void |
onClose(NettyResponseFuture<?> future) |
void |
onError(NettyResponseFuture<?> future,
Throwable e) |
exitAfterHandlingRedirect, exitAfterProcessingFilterspublic WebSocketProtocol(ChannelManager channelManager, AsyncHttpClientConfig config, NettyRequestSender requestSender)
public void handle(io.netty.channel.Channel channel,
NettyResponseFuture<?> future,
Object e)
throws Exception
public void onError(NettyResponseFuture<?> future, Throwable e)
public void onClose(NettyResponseFuture<?> future)
Copyright © 2015. All Rights Reserved.