Uses of Class
org.java_websocket.exceptions.WrappedIOException
Packages that use WrappedIOException
Package
Description
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 WrappedIOExceptionModifier and TypeMethodDescriptionprivate boolean
WebSocketServer.doRead
(SelectionKey key, Iterator<SelectionKey> i) Execute a read operationprivate void
WebSocketServer.doWrite
(SelectionKey key) Execute a write operation