Uses of Enum
org.simpleframework.http.socket.FrameType
Packages that use FrameType
-
Uses of FrameType in org.simpleframework.http.socket
Fields in org.simpleframework.http.socket declared as FrameTypeModifier and TypeFieldDescriptionprivate final FrameType
DataFrame.type
This 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 FrameType
FrameType.resolveType
(int octet) This is used to acquire the frame type given an opcode.static FrameType
Returns 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 theDataFrame
object.Constructor for theDataFrame
object.Constructor for theDataFrame
object.Constructor for theDataFrame
object.Constructor for theDataFrame
object.Constructor for theDataFrame
object.Constructor for theDataFrame
object. -
Uses of FrameType in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as FrameTypeModifier and TypeFieldDescriptionprivate FrameType
FrameHeaderConsumer.type
This 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