@Deprecated public class SipServerOutboundWay extends ServerOutboundWay
| Constructor and Description |
|---|
SipServerOutboundWay(Connection<Server> connection,
int bufferSize)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addResponseHeaders(Series<Header> headers)
Deprecated.
Adds the response headers.
|
void |
handle(Response response)
Deprecated.
Add a message to the outbound way.
|
boolean |
isEmpty()
Deprecated.
Indicates if the way is empty.
|
void |
updateState()
Deprecated.
Updates the way IO and message states.
|
addHeaders, getActualMessage, getConnection, onMessageCompleted, writeStartLineaddEntityHeaders, addGeneralHeaders, clear, flushBuffer, getEntityChannel, getEntityChannelType, getEntityFileChannel, getEntityInterestOps, getEntitySelectableChannel, getEntitySelectionKey, getHeaderIndex, getInterestOperations, getVersion, hasIoInterest, onDrain, onError, onFill, onFillEof, onHeadersCompleted, onPostProcessing, onTimeOut, processIoBuffer, setEntityChannel, setEntityChannelType, setEntitySelectionKey, setHeaderIndex, shouldBeChunked, writeLinecanLoop, clearLineBuilder, couldDrain, couldFill, getBuffer, getHeaders, getHelper, getIoState, getLineBuilder, getLineBuilderState, getLoadScore, getLogger, getMessage, getMessageState, getRegistration, isAvailable, onClosed, onSelected, postProcess, preProcess, setHeaders, setIoState, setLineBuilderState, setMessage, setMessageState, setRegistration, toStringpublic SipServerOutboundWay(Connection<Server> connection, int bufferSize)
connection - The parent connection.bufferSize - The byte buffer size.protected void addResponseHeaders(Series<Header> headers)
ServerOutboundWayaddResponseHeaders in class ServerOutboundWayheaders - The headers series to update.public void handle(Response response)
OutboundWayhandle in class OutboundWaypublic boolean isEmpty()
Waypublic void updateState()
WayupdateState in class OutboundWayCopyright © 2005–2015. All rights reserved.