Uses of Interface
org.eclipse.jetty.websocket.common.io.IOState.ConnectionStateListener
-
Packages that use IOState.ConnectionStateListener Package Description org.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.common.io Jetty WebSocket Common : I/O Implementation -
-
Uses of IOState.ConnectionStateListener in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement IOState.ConnectionStateListener Modifier and Type Class Description classWebSocketSession -
Uses of IOState.ConnectionStateListener in org.eclipse.jetty.websocket.common.io
Classes in org.eclipse.jetty.websocket.common.io that implement IOState.ConnectionStateListener Modifier and Type Class Description classAbstractWebSocketConnectionProvides the implementation ofLogicalConnectionwithin the framework of the newConnectionframework ofjetty-io.Methods in org.eclipse.jetty.websocket.common.io with parameters of type IOState.ConnectionStateListener Modifier and Type Method Description voidIOState. addListener(IOState.ConnectionStateListener listener)
-