public class HttpsServerInboundWay extends HttpServerInboundWay
| Constructor and Description |
|---|
HttpsServerInboundWay(Connection<Server> connection,
int bufferSize)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SslConnection<Server> |
getConnection()
Returns the parent connection.
|
void |
postProcess(int drained)
Does nothing by default.
|
clear, createResponse, getLoadScore, getMessages, hasIoInterest, isAvailable, isEmpty, onError, onReceived, onTimeOutgetActualMessage, getHelper, onHeadersCompleted, readStartLine, updateStatecreateEntity, fillLine, getBuilderIndex, getEntityRegistration, getInterestOperations, isLineReadable, onDrain, onFill, onFillEof, onMessageCompleted, onPostProcessing, processIoBuffer, readHeader, setBuilderIndex, setEntityRegistrationcanLoop, clearLineBuilder, couldDrain, couldFill, getBuffer, getHeaders, getIoState, getLineBuilder, getLineBuilderState, getLogger, getMessage, getMessageState, getRegistration, onClosed, onSelected, preProcess, setHeaders, setIoState, setLineBuilderState, setMessage, setMessageState, setRegistration, toStringpublic HttpsServerInboundWay(Connection<Server> connection, int bufferSize)
connection - The parent connection.bufferSize - The byte buffer size.public SslConnection<Server> getConnection()
WaygetConnection in class ServerInboundWaypublic void postProcess(int drained)
throws IOException
WaypostProcess in interface BufferProcessorpostProcess in class Waydrained - The number of bytes drained or -1 if the filling source has
ended.IOExceptionCopyright © 2005–2016. All rights reserved.