public class HttpsClientInboundWay extends HttpClientInboundWay
| Constructor and Description |
|---|
HttpsClientInboundWay(Connection<Client> connection,
int bufferSize)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SslConnection<Client> |
getConnection()
Returns the parent connection.
|
void |
postProcess(int drained)
Does nothing by default.
|
clear, createResponse, getLoadScore, getMessages, hasIoInterest, isEmpty, onError, onMessageCompleted, onTimeOutcopyResponseTransportHeaders, createStatus, getActualMessage, getHelper, getInterestOperations, onHeadersCompleted, onReceived, readStartLinecreateEntity, fillLine, getBuilderIndex, getEntityRegistration, isLineReadable, onDrain, onFill, onFillEof, onPostProcessing, processIoBuffer, readHeader, setBuilderIndex, setEntityRegistration, updateStatecanLoop, clearLineBuilder, couldDrain, couldFill, getBuffer, getHeaders, getIoState, getLineBuilder, getLineBuilderState, getLogger, getMessage, getMessageState, getRegistration, isAvailable, onClosed, onSelected, preProcess, setHeaders, setIoState, setLineBuilderState, setMessage, setMessageState, setRegistration, toStringpublic HttpsClientInboundWay(Connection<Client> connection, int bufferSize)
connection - The parent connection.bufferSize - The byte buffer size.public SslConnection<Client> getConnection()
WaygetConnection in class ClientInboundWaypublic 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–2015. All rights reserved.