hunt-http ~v0.0.x (2022-05-15T16:04:28.5576772)
Dub
Repo
IOState.ConnectionStateListener
hunt
http
codec
websocket
stream
IOState
IOState
Undocumented in source.
class
IOState
interface
ConnectionStateListener {
void
onConnectionStateChange
(ConnectionState state);
}
Members
Functions
onConnectionStateChange
void
onConnectionStateChange
(ConnectionState state)
Undocumented in source.
Meta
Source
See Implementation
hunt
http
codec
websocket
stream
IOState
IOState
constructors
this
functions
addListener
assertInputOpen
assertOutputOpen
getCloseInfo
getConnectionState
isClosed
isInputAvailable
isOpen
isOutputAvailable
onAbnormalClose
onCloseLocal
onCloseRemote
onConnected
onDisconnected
onFailedUpgrade
onOpened
onReadFailure
onWriteFailure
toString
wasAbnormalClose
wasCleanClose
wasLocalCloseInitiated
wasRemoteCloseInitiated
interfaces
ConnectionStateListener