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, onTimeOut
getActualMessage, getHelper, onHeadersCompleted, readStartLine, updateState
createEntity, fillLine, getBuilderIndex, getEntityRegistration, getInterestOperations, isLineReadable, onDrain, onFill, onFillEof, onMessageCompleted, onPostProcessing, processIoBuffer, readHeader, setBuilderIndex, setEntityRegistration
canLoop, clearLineBuilder, couldDrain, couldFill, getBuffer, getHeaders, getIoState, getLineBuilder, getLineBuilderState, getLogger, getMessage, getMessageState, getRegistration, onClosed, onSelected, preProcess, setHeaders, setIoState, setLineBuilderState, setMessage, setMessageState, setRegistration, toString
public HttpsServerInboundWay(Connection<Server> connection, int bufferSize)
connection
- The parent connection.bufferSize
- The byte buffer size.public SslConnection<Server> getConnection()
Way
getConnection
in class ServerInboundWay
public void postProcess(int drained) throws IOException
Way
postProcess
in interface BufferProcessor
postProcess
in class Way
drained
- The number of bytes drained or -1 if the filling source has
ended.IOException
Copyright © 2005–2016. All rights reserved.