Uses of Class
org.logdoc.fairhttp.service.tools.websocket.Opcode
-
Packages that use Opcode Package Description org.logdoc.fairhttp.service.tools.websocket org.logdoc.fairhttp.service.tools.websocket.frames -
-
Uses of Opcode in org.logdoc.fairhttp.service.tools.websocket
Methods in org.logdoc.fairhttp.service.tools.websocket that return Opcode Modifier and Type Method Description static OpcodeOpcode. valueOf(String name)Returns the enum constant of this type with the specified name.static Opcode[]Opcode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Opcode in org.logdoc.fairhttp.service.tools.websocket.frames
Methods in org.logdoc.fairhttp.service.tools.websocket.frames that return Opcode Modifier and Type Method Description OpcodeAFrame. getOpcode()OpcodeFrame. getOpcode()Methods in org.logdoc.fairhttp.service.tools.websocket.frames with parameters of type Opcode Modifier and Type Method Description static AFrameAFrame. get(Opcode opcode)Constructors in org.logdoc.fairhttp.service.tools.websocket.frames with parameters of type Opcode Constructor Description AFrame(Opcode op)ControlFrame(Opcode opcode)DataFrame(Opcode opcode)
-