public class ServerInputBuffer extends InputBuffer
InputBuffer.| Constructor and Description |
|---|
ServerInputBuffer() |
| Modifier and Type | Method and Description |
|---|---|
protected HttpContent |
blockingRead() |
protected Executor |
getThreadPool() |
void |
initialize(Request serverRequest,
FilterChainContext ctx) |
void |
initiateAsyncronousDataReceiving()
Initiates asynchronous data receiving.
|
void |
recycle() |
protected void |
updateInputContentBuffer(Buffer buffer) |
append, available, availableChar, close, fillFully, finished, getBuffer, getReadHandler, initialize, isAsyncEnabled, isClosed, isFinished, mark, markSupported, notifyAvailable, notifyAvailable, processingChars, read, read, read, readBuffer, readBuffer, readByte, readChar, ready, readyData, replayPayload, reset, setAsyncEnabled, setDefaultEncoding, skip, skip, terminatepublic void initialize(Request serverRequest, FilterChainContext ctx)
public void initiateAsyncronousDataReceiving()
initiateAsyncronousDataReceiving in class InputBufferprotected HttpContent blockingRead() throws IOException
blockingRead in class InputBufferIOExceptionprotected void updateInputContentBuffer(Buffer buffer)
updateInputContentBuffer in class InputBufferpublic void recycle()
recycle in class InputBufferprotected Executor getThreadPool()
getThreadPool in class InputBufferCopyright © 2015 Oracle Corporation. All Rights Reserved.