public interface IBufferedDuplexOutputChannel extends IDuplexOutputChannel
Modifier and Type | Method and Description |
---|---|
Event<DuplexChannelEventArgs> |
connectionOffline()
The event is raised when the connection gets into the offline state.
|
Event<DuplexChannelEventArgs> |
connectionOnline()
The event is raised when the connection gets into the online state.
|
boolean |
isOnline()
Returns true if the connection is in the online state.
|
closeConnection, connectionClosed, connectionOpened, getChannelId, getDispatcher, getResponseReceiverId, isConnected, openConnection, responseMessageReceived, sendMessage
Event<DuplexChannelEventArgs> connectionOnline()
Event<DuplexChannelEventArgs> connectionOffline()
boolean isOnline()