Uses of Enum
org.simpleframework.http.socket.FrameType
Packages that use FrameType
-
Uses of FrameType in org.simpleframework.http.socket
Subclasses with type arguments of type FrameType in org.simpleframework.http.socketModifier and TypeClassDescriptionenumTheFrameTyperepresents the set of opcodes defined in RFC 6455.Methods in org.simpleframework.http.socket that return FrameTypeModifier and TypeMethodDescriptionDataFrame.getType()This is used to determine the type of frame.Frame.getType()This is used to determine the type of frame.static FrameTypeFrameType.resolveType(int octet) This is used to acquire the frame type given an opcode.static FrameTypeReturns the enum constant of this type with the specified name.static FrameType[]FrameType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.simpleframework.http.socket with parameters of type FrameTypeModifier and TypeMethodDescriptionThis method is used to convert from one frame type to another.This method is used to convert from one frame type to another.Constructors in org.simpleframework.http.socket with parameters of type FrameTypeModifierConstructorDescriptionConstructor for theDataFrameobject.Constructor for theDataFrameobject.Constructor for theDataFrameobject.Constructor for theDataFrameobject.Constructor for theDataFrameobject.Constructor for theDataFrameobject.Constructor for theDataFrameobject.