Uses of Class
org.java_websocket.exceptions.WrappedIOException
-
Packages that use WrappedIOException Package Description org.java_websocket.server This package encapsulates all implementations in relation with the WebSocketServer. -
-
Uses of WrappedIOException in org.java_websocket.server
Methods in org.java_websocket.server that throw WrappedIOException Modifier and Type Method Description private boolean
WebSocketServer. doRead(java.nio.channels.SelectionKey key, java.util.Iterator<java.nio.channels.SelectionKey> i)
Execute a read operationprivate void
WebSocketServer. doWrite(java.nio.channels.SelectionKey key)
Execute a write operation
-