public class SctpClientHandler extends SctpServerHandler
| Constructor and Description |
|---|
SctpClientHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
event(SessionEvent event)
Called to notify about a change of the associated session state.
|
ISctpSessionConfig |
getConfig()
Returns the configuration object that will be used to configure the
behavior of the associated session.
|
void |
read(Object msg,
com.sun.nio.sctp.MessageInfo msgInfo)
Called when a new message was received and decoded from the input buffer.
|
exception, getFactorygetSession, notification, read, read, read, setSessionevent, getName, incident, read, read, timer, timerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, readpublic void event(SessionEvent event)
IHandlerevent in interface IHandlerevent in class AbstractHandlerevent - an event related with the change of the session stateSessionEventpublic void read(Object msg, com.sun.nio.sctp.MessageInfo msgInfo)
ISctpHandlerbyte[] and ByteBuffer.read in interface ISctpHandlerread in class SctpServerHandlermsg - the message that was received and decoded from the input
buffer.msgInfo - additional ancillary information about the received message.public ISctpSessionConfig getConfig()
IHandlergetConfig in interface IHandlergetConfig in interface ISctpHandlergetConfig in class SctpServerHandlerISessionConfigCopyright © 2017–2022 SNF4J.ORG. All rights reserved.