private PhaseType |
Handshake.exchange() |
This is the main point of execution within the negotiation.
|
private PhaseType |
Handshake.read() |
This is used to perform the read part of the negotiation.
|
private PhaseType |
Handshake.read(int count) |
This is used to perform the read part of the negotiation.
|
static PhaseType |
PhaseType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PhaseType[] |
PhaseType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
private PhaseType |
Handshake.write() |
This is used to perform the write part of the negotiation.
|
private PhaseType |
Handshake.write(int count) |
This is used to perform the write part of the negotiation.
|