Package | Description |
---|---|
org.simpleframework.http.socket |
Modifier and Type | Method and Description |
---|---|
FrameType |
Frame.getType()
This is used to determine the type of frame.
|
FrameType |
DataFrame.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 |
FrameType.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
Frame |
Frame.getFrame(FrameType type)
This method is used to convert from one frame type to another.
|
Frame |
DataFrame.getFrame(FrameType type)
This method is used to convert from one frame type to another.
|
Constructor and Description |
---|
DataFrame(FrameType type)
Constructor for the
DataFrame object. |
DataFrame(FrameType type,
byte[] data)
Constructor for the
DataFrame object. |
DataFrame(FrameType type,
byte[] data,
boolean last)
Constructor for the
DataFrame object. |
DataFrame(FrameType type,
Data data)
Constructor for the
DataFrame object. |
DataFrame(FrameType type,
Data data,
boolean last)
Constructor for the
DataFrame object. |
DataFrame(FrameType type,
String text)
Constructor for the
DataFrame object. |
DataFrame(FrameType type,
String text,
boolean last)
Constructor for the
DataFrame object. |
Copyright © 2017. All rights reserved.