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.Fields in org.simpleframework.http.socket declared as FrameTypeModifier and TypeFieldDescriptionprivate final FrameTypeDataFrame.typeThis is the type used to determine the intent of the frame.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. -
Uses of FrameType in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as FrameTypeModifier and TypeFieldDescriptionprivate FrameTypeFrameHeaderConsumer.typeThis is the frame type which represents the opcode.Methods in org.simpleframework.http.socket.service that return FrameTypeModifier and TypeMethodDescriptionFrameConsumer.getType()This is used to determine the type of frame.FrameHeader.getType()This is used to determine the type of frame.FrameHeaderConsumer.getType()This is used to determine the type of frame.Methods in org.simpleframework.http.socket.service with parameters of type FrameType