public class SipServerInboundWay extends ServerInboundWay
| Constructor and Description |
|---|
SipServerInboundWay(Connection<Server> connection,
int bufferSize)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Response |
createResponse(Request request)
Creates a response object for the given request.
|
boolean |
isEmpty()
Indicates if the way is empty.
|
getActualMessage, getConnection, getHelper, hasIoInterest, onHeadersCompleted, onReceived, readStartLine, updateStateclear, createEntity, fillLine, getBuilderIndex, getEntityRegistration, getInterestOperations, isLineReadable, onDrain, onError, onFill, onFillEof, onMessageCompleted, onPostProcessing, onTimeOut, processIoBuffer, readHeader, setBuilderIndex, setEntityRegistrationcanLoop, clearLineBuilder, couldDrain, couldFill, getBuffer, getHeaders, getIoState, getLineBuilder, getLineBuilderState, getLoadScore, getLogger, getMessage, getMessageState, getRegistration, isAvailable, onClosed, onSelected, postProcess, preProcess, setHeaders, setIoState, setLineBuilderState, setMessage, setMessageState, setRegistration, toStringpublic SipServerInboundWay(Connection<Server> connection, int bufferSize)
connection - The parent connection.bufferSize - The byte buffer size.protected Response createResponse(Request request)
ServerInboundWaycreateResponse in class ServerInboundWayrequest - The parent request.Copyright © 2005–2015. All rights reserved.