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, updateState
clear, createEntity, fillLine, getBuilderIndex, getEntityRegistration, getInterestOperations, isLineReadable, onDrain, onError, onFill, onFillEof, onMessageCompleted, onPostProcessing, onTimeOut, processIoBuffer, readHeader, setBuilderIndex, setEntityRegistration
canLoop, clearLineBuilder, couldDrain, couldFill, getBuffer, getHeaders, getIoState, getLineBuilder, getLineBuilderState, getLoadScore, getLogger, getMessage, getMessageState, getRegistration, isAvailable, onClosed, onSelected, postProcess, preProcess, setHeaders, setIoState, setLineBuilderState, setMessage, setMessageState, setRegistration, toString
public SipServerInboundWay(Connection<Server> connection, int bufferSize)
connection
- The parent connection.bufferSize
- The byte buffer size.protected Response createResponse(Request request)
ServerInboundWay
createResponse
in class ServerInboundWay
request
- The parent request.Copyright © 2005–2015. All rights reserved.