Modifier and Type | Class and Description |
---|---|
private static class | ServerHelloDone.
The "ServerHelloDone" handshake message consumer. |
pack-priv static class | ServerHelloDone.
The ServerHelloDone handshake message. |
private static class | ServerHelloDone.
The "ServerHelloDone" handshake message producer. |
Modifier and Type | Field and Description |
---|---|
pack-priv static final SSLConsumer | |
pack-priv static final HandshakeProducer |
Access | Constructor and Description |
---|---|
pack-priv |
handshakeConsumer | back to summary |
---|---|
pack-priv static final SSLConsumer handshakeConsumer |
handshakeProducer | back to summary |
---|---|
pack-priv static final HandshakeProducer handshakeProducer |
ServerHelloDone | back to summary |
---|---|
pack-priv ServerHelloDone() |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public void | consume(ConnectionContext context, ByteBuffer message)
Implements sun.
|
ServerHelloDoneConsumer | back to summary |
---|---|
private ServerHelloDoneConsumer() |
consume | back to summary |
---|---|
public void consume(ConnectionContext context, ByteBuffer message) throws IOException Implements sun.
|
Access | Constructor and Description |
---|---|
pack-priv | |
pack-priv |
Modifier and Type | Method and Description |
---|---|
public SSLHandshake | |
public int | |
public void | |
public String |
ServerHelloDoneMessage | back to summary |
---|---|
pack-priv ServerHelloDoneMessage(HandshakeContext handshakeContext) |
ServerHelloDoneMessage | back to summary |
---|---|
pack-priv ServerHelloDoneMessage(HandshakeContext handshakeContext, ByteBuffer m) throws IOException |
handshakeType | back to summary |
---|---|
public SSLHandshake handshakeType() Implements abstract sun.
|
messageLength | back to summary |
---|---|
public int messageLength() Implements abstract sun.
|
send | back to summary |
---|---|
public void send(HandshakeOutStream s) throws IOException Implements abstract sun.
|
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public byte[] | produce(ConnectionContext context, SSLHandshake.
Implements sun.
|
ServerHelloDoneProducer | back to summary |
---|---|
private ServerHelloDoneProducer() |
produce | back to summary |
---|---|
public byte[] produce(ConnectionContext context, SSLHandshake. Implements sun.
|