hunt-http ~master (2022-03-03T02:59:30Z)
Home
Dub
Repo
Frame
hunt
http
codec
http
frame
Frame
Undocumented in source.
abstract
class
Frame {
enum
HEADER_LENGTH
;
enum
DEFAULT_MAX_LENGTH
;
enum
MAX_MAX_LENGTH
;
__gshared static
Frame
[]
EMPTY_ARRAY
;
this
(FrameType type);
FrameType
getType
();
string
toString
();
}
Constructors
this
this
(FrameType type)
Undocumented in source.
Members
Functions
getType
FrameType
getType
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
DEFAULT_MAX_LENGTH
enum
DEFAULT_MAX_LENGTH
;
Undocumented in source.
HEADER_LENGTH
enum
HEADER_LENGTH
;
Undocumented in source.
MAX_MAX_LENGTH
enum
MAX_MAX_LENGTH
;
Undocumented in source.
Static variables
EMPTY_ARRAY
Frame
[]
EMPTY_ARRAY
;
Undocumented in source.
Meta
Source
See Implementation
hunt
http
codec
http
frame
Frame
classes
Frame