Top Description Inners Fields Constructors Methods
sun.security.ssl

pack-priv final Class ServerHelloDone

extends Object
Class Inheritance
Imports
java.io.IOException, java.nio.ByteBuffer, sun.security.ssl.SSLHandshake.HandshakeMessage

Pack of the ServerHelloDone handshake message.

Nested and Inner Type Summary

Modifier and TypeClass and Description
private static class
ServerHelloDone.ServerHelloDoneConsumer

The "ServerHelloDone" handshake message consumer.

pack-priv static class
ServerHelloDone.ServerHelloDoneMessage

The ServerHelloDone handshake message.

private static class
ServerHelloDone.ServerHelloDoneProducer

The "ServerHelloDone" handshake message producer.

Field Summary

Modifier and TypeField and Description
pack-priv static final SSLConsumer
pack-priv static final HandshakeProducer

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

handshakeConsumerback to summary
pack-priv static final SSLConsumer handshakeConsumer
handshakeProducerback to summary
pack-priv static final HandshakeProducer handshakeProducer

Constructor Detail

ServerHelloDoneback to summary
pack-priv ServerHelloDone()
sun.security.ssl back to summary

private final Class ServerHelloDone.ServerHelloDoneConsumer

extends Object
implements SSLConsumer
Class Inheritance
All Implemented Interfaces
sun.security.ssl.SSLConsumer

The "ServerHelloDone" handshake message consumer.

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public void
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

ServerHelloDoneConsumerback to summary
private ServerHelloDoneConsumer()

Method Detail

consumeback to summary
public void consume(ConnectionContext context, ByteBuffer message) throws IOException

Implements sun.security.ssl.SSLConsumer.consume.

Annotations
@Override
sun.security.ssl back to summary

pack-priv final Class ServerHelloDone.ServerHelloDoneMessage

extends HandshakeMessage
Class Inheritance

The ServerHelloDone handshake message.

Field Summary

Inherited from sun.security.ssl.SSLHandshake.HandshakeMessage:
handshakeContext

Constructor Summary

AccessConstructor and Description
pack-priv
pack-priv

Method Summary

Modifier and TypeMethod and Description
public SSLHandshake
public int
public void
public String
toString()

Overrides java.lang.Object.toString.

Returns a string representation of the object.

Inherited from sun.security.ssl.SSLHandshake.HandshakeMessage:
write

Constructor Detail

ServerHelloDoneMessageback to summary
pack-priv ServerHelloDoneMessage(HandshakeContext handshakeContext)
ServerHelloDoneMessageback to summary
pack-priv ServerHelloDoneMessage(HandshakeContext handshakeContext, ByteBuffer m) throws IOException

Method Detail

handshakeTypeback to summary
public SSLHandshake handshakeType()

Implements abstract sun.security.ssl.SSLHandshake.HandshakeMessage.handshakeType.

Annotations
@Override
messageLengthback to summary
public int messageLength()

Implements abstract sun.security.ssl.SSLHandshake.HandshakeMessage.messageLength.

Annotations
@Override
sendback to summary
public void send(HandshakeOutStream s) throws IOException

Implements abstract sun.security.ssl.SSLHandshake.HandshakeMessage.send.

Annotations
@Override
toStringback to summary
public String toString()

Overrides java.lang.Object.toString.

Doc from java.lang.Object.toString.

Returns a string representation of the object. Satisfying this method's contract implies a non-null result must be returned.

Returns:String

a string representation of the object

Annotations
@Override
sun.security.ssl back to summary

private final Class ServerHelloDone.ServerHelloDoneProducer

extends Object
implements HandshakeProducer
Class Inheritance
All Implemented Interfaces
sun.security.ssl.HandshakeProducer

The "ServerHelloDone" handshake message producer.

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public byte[]
Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

ServerHelloDoneProducerback to summary
private ServerHelloDoneProducer()

Method Detail

produceback to summary
public byte[] produce(ConnectionContext context, SSLHandshake.HandshakeMessage message) throws IOException

Implements sun.security.ssl.HandshakeProducer.produce.

Annotations
@Override