public class WebSocketFrameReader extends Object implements FrameReader
| Constructor and Description |
|---|
WebSocketFrameReader(ReverseProxyService reverseProxyService,
SocketChannel sourceChannel,
SocketChannel originChannel,
SocketChannel targetChannel) |
| Modifier and Type | Method and Description |
|---|---|
void |
closeChannels() |
void |
fail(CannedResponse cannedResponse,
SocketChannel failedChannel) |
void |
processInput(SelectionKey selectionKey,
ByteBuffer byteBuffer) |
public WebSocketFrameReader(ReverseProxyService reverseProxyService, SocketChannel sourceChannel, SocketChannel originChannel, SocketChannel targetChannel)
public void closeChannels()
closeChannels in interface FrameReaderpublic void fail(CannedResponse cannedResponse, SocketChannel failedChannel)
fail in interface FrameReaderpublic void processInput(SelectionKey selectionKey, ByteBuffer byteBuffer)
processInput in interface FrameReaderCopyright © 2017. All rights reserved.