public class ServerInputBuffer extends InputBuffer
InputBuffer
.Constructor and Description |
---|
ServerInputBuffer() |
Modifier and Type | Method and Description |
---|---|
protected Executor |
getThreadPool() |
void |
initialize(Request serverRequest,
FilterChainContext ctx) |
void |
recycle()
Recycle this
InputBuffer for reuse. |
append, available, availableChar, close, fillFully, finished, getBuffer, getReadHandler, initialize, initiateAsyncronousDataReceiving, isAsyncEnabled, isClosed, isFinished, mark, markSupported, notifyAvailable, notifyAvailable, processingChars, read, read, read, readBuffer, readBuffer, readByte, readChar, ready, readyData, replayPayload, reset, setAsyncEnabled, setDefaultEncoding, skip, skip, terminate
public void initialize(Request serverRequest, FilterChainContext ctx)
public void recycle()
InputBuffer
Recycle this InputBuffer
for reuse.
recycle
in class InputBuffer
protected Executor getThreadPool()
getThreadPool
in class InputBuffer
Executor
, which will be used for notifying user
registered ReadHandler
.Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.