Uses of Enum Class
org.java_websocket.enums.Opcode
Packages that use Opcode
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 enums.
This package encapsulates all interfaces and implementations in relation with the WebSocket
frames.
-
Uses of Opcode in org.java_websocket
Methods in org.java_websocket with parameters of type OpcodeModifier and TypeMethodDescriptionvoid
WebSocket.sendFragmentedFrame
(Opcode op, ByteBuffer buffer, boolean fin) Allows to send continuous/fragmented frames conveniently.void
WebSocketImpl.sendFragmentedFrame
(Opcode op, ByteBuffer buffer, boolean fin) -
Uses of Opcode in org.java_websocket.client
Methods in org.java_websocket.client with parameters of type OpcodeModifier and TypeMethodDescriptionvoid
WebSocketClient.sendFragmentedFrame
(Opcode op, ByteBuffer buffer, boolean fin) -
Uses of Opcode in org.java_websocket.drafts
Fields in org.java_websocket.drafts declared as OpcodeMethods in org.java_websocket.drafts that return OpcodeMethods in org.java_websocket.drafts with parameters of type OpcodeModifier and TypeMethodDescriptionDraft.continuousFrame
(Opcode op, ByteBuffer buffer, boolean fin) private byte
Draft_6455.fromOpcode
(Opcode opcode) private void
Draft_6455.processFrameContinuousAndNonFin
(WebSocketImpl webSocketImpl, Framedata frame, Opcode curop) Process the frame if it is a continuous frame or the fin bit is not setDraft_6455.translateSingleFramePayloadLength
(ByteBuffer buffer, Opcode optcode, int oldPayloadlength, int maxpacketsize, int oldRealpacketsize) Translate the buffer depending when it has an extended payload length (126 or 127) -
Uses of Opcode in org.java_websocket.enums
Methods in org.java_websocket.enums that return Opcode -
Uses of Opcode in org.java_websocket.framing
Fields in org.java_websocket.framing declared as OpcodeModifier and TypeFieldDescriptionprivate Opcode
FramedataImpl1.optcode
Defines the interpretation of the "Payload data".Methods in org.java_websocket.framing that return OpcodeModifier and TypeMethodDescriptionFramedata.getOpcode()
Defines the interpretation of the "Payload data".FramedataImpl1.getOpcode()
Methods in org.java_websocket.framing with parameters of type OpcodeConstructors in org.java_websocket.framing with parameters of type OpcodeModifierConstructorDescriptionControlFrame
(Opcode opcode) Class to represent a control frameClass to represent a data frameFramedataImpl1
(Opcode op) Constructor for a FramedataImpl without any attributes set apart from the opcode