Uses of Enum
org.simpleframework.http.socket.CloseCode
Packages that use CloseCode
-
Uses of CloseCode in org.simpleframework.http.socket
Subclasses with type arguments of type CloseCode in org.simpleframework.http.socketModifier and TypeClassDescriptionenumTheCloseCodeenumerates the closure codes specified in RFC 6455.Fields in org.simpleframework.http.socket declared as CloseCodeModifier and TypeFieldDescriptionprivate final CloseCodeReason.codeThis is the close code to be sent with a control frame.Methods in org.simpleframework.http.socket that return CloseCodeModifier and TypeMethodDescriptionReason.getCode()This is used to get the RFC 6455 code describing the type of close event.static CloseCodeCloseCode.resolveCode(int high, int low) static CloseCodeReturns the enum constant of this type with the specified name.static CloseCode[]CloseCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.simpleframework.http.socket with parameters of type CloseCode -
Uses of CloseCode in org.simpleframework.http.socket.service
Methods in org.simpleframework.http.socket.service that return CloseCodeModifier and TypeMethodDescriptionprivate CloseCodeReasonExtractor.extractCode(byte[] data) This method is used to extract the close code.