Uses of Class
org.java_websocket.WebSocketImpl
Packages that use WebSocketImpl
Package
Description
This package encapsulates all implementations in relation with the WebSocket drafts.
This package encapsulates all implementations in relation with the WebSocketServer.
-
Uses of WebSocketImpl in org.java_websocket
Methods in org.java_websocket that return WebSocketImplModifier and TypeMethodDescriptionWebSocketServerFactory.createWebSocket
(WebSocketAdapter a, List<Draft> drafts) WebSocketServerFactory.createWebSocket
(WebSocketAdapter a, Draft d) Methods in org.java_websocket with parameters of type WebSocketImplModifier and TypeMethodDescriptionstatic boolean
SocketChannelIOHelper.batch
(WebSocketImpl ws, ByteChannel sockchannel) Returns whether the whole outQueue has been flushedstatic boolean
SocketChannelIOHelper.read
(ByteBuffer buf, WebSocketImpl ws, ByteChannel channel) static boolean
SocketChannelIOHelper.readMore
(ByteBuffer buf, WebSocketImpl ws, WrappedByteChannel channel) -
Uses of WebSocketImpl in org.java_websocket.drafts
Methods in org.java_websocket.drafts with parameters of type WebSocketImplModifier and TypeMethodDescriptionvoid
Draft_6455.processFrame
(WebSocketImpl webSocketImpl, Framedata frame) abstract void
Draft.processFrame
(WebSocketImpl webSocketImpl, Framedata frame) Handle the frame specific to the draft -
Uses of WebSocketImpl in org.java_websocket.server
Methods in org.java_websocket.server that return WebSocketImplModifier and TypeMethodDescriptionDefaultSSLWebSocketServerFactory.createWebSocket
(WebSocketAdapter a, List<Draft> d) DefaultSSLWebSocketServerFactory.createWebSocket
(WebSocketAdapter a, Draft d) DefaultWebSocketServerFactory.createWebSocket
(WebSocketAdapter a, List<Draft> d) DefaultWebSocketServerFactory.createWebSocket
(WebSocketAdapter a, Draft d) Methods in org.java_websocket.server with parameters of type WebSocketImplModifier and TypeMethodDescriptionvoid
WebSocketServer.WebSocketWorker.put
(WebSocketImpl ws) protected void
WebSocketServer.queue
(WebSocketImpl ws)