Interface FrameReader
-
- All Known Implementing Classes:
HttpChunkedFrameReader,HttpContentLengthFrameReader,HttpFrameReader,HttpRequestFrameReader,HttpResponseFrameReader,SourceAwareFrameReader,WebSocketFrameReader
public interface FrameReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcloseChannels()voidfail(CannedResponse cannedResponse, SocketChannel failedChannel)voidprocessInput(SelectionKey selectionKey, ByteBuffer byteBuffer)
-
-
-
Method Detail
-
closeChannels
void closeChannels()
-
fail
void fail(CannedResponse cannedResponse, SocketChannel failedChannel)
-
processInput
void processInput(SelectionKey selectionKey, ByteBuffer byteBuffer)
-
-