Uses of Class
org.java_websocket.WebSocketImpl
Packages that use WebSocketImpl
Package
Description
This package encapsulates all implementations in relation with the WebSocketClient.
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 booleanSocketChannelIOHelper.batch(WebSocketImpl ws, ByteChannel sockchannel) Returns whether the whole outQueue has been flushedstatic booleanSocketChannelIOHelper.read(ByteBuffer buf, WebSocketImpl ws, ByteChannel channel) static booleanSocketChannelIOHelper.readMore(ByteBuffer buf, WebSocketImpl ws, WrappedByteChannel channel) -
Uses of WebSocketImpl in org.java_websocket.client
Fields in org.java_websocket.client declared as WebSocketImplModifier and TypeFieldDescriptionprivate WebSocketImplWebSocketClient.engineThe underlying engine -
Uses of WebSocketImpl in org.java_websocket.drafts
Methods in org.java_websocket.drafts with parameters of type WebSocketImplModifier and TypeMethodDescriptionprivate voidDraft_6455.logRuntimeException(WebSocketImpl webSocketImpl, RuntimeException e) Log the runtime exception to the specific WebSocketImplvoidDraft_6455.processFrame(WebSocketImpl webSocketImpl, Framedata frame) abstract voidDraft.processFrame(WebSocketImpl webSocketImpl, Framedata frame) Handle the frame specific to the draftprivate voidDraft_6455.processFrameBinary(WebSocketImpl webSocketImpl, Framedata frame) Process the frame if it is a binary frameprivate voidDraft_6455.processFrameClosing(WebSocketImpl webSocketImpl, Framedata frame) Process the frame if it is a closing frameprivate voidDraft_6455.processFrameContinuousAndNonFin(WebSocketImpl webSocketImpl, Framedata frame, Opcode curop) Process the frame if it is a continuous frame or the fin bit is not setprivate voidDraft_6455.processFrameIsFin(WebSocketImpl webSocketImpl, Framedata frame) Process the frame if it is the last frameprivate voidDraft_6455.processFrameText(WebSocketImpl webSocketImpl, Framedata frame) Process the frame if it is a text frame -
Uses of WebSocketImpl in org.java_websocket.server
Fields in org.java_websocket.server with type parameters of type WebSocketImplModifier and TypeFieldDescriptionprivate List<WebSocketImpl> WebSocketServer.iqueueprivate BlockingQueue<WebSocketImpl> WebSocketServer.WebSocketWorker.iqueueMethods 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 TypeMethodDescriptionprivate voidWebSocketServer.WebSocketWorker.doDecode(WebSocketImpl ws, ByteBuffer buf) call ws.decode on the byteBuffervoidWebSocketServer.WebSocketWorker.put(WebSocketImpl ws) protected voidWebSocketServer.queue(WebSocketImpl ws)