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 with parameters of type OpcodeModifier and TypeMethodDescriptionDraft.continuousFrame
(Opcode op, ByteBuffer buffer, boolean fin) -
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
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