public class ServerHelloDone extends Message
Constructor and Description |
---|
ServerHelloDone()
Creates outbound message
|
ServerHelloDone(HandshakeIODataStream in,
int length)
Creates inbound message
|
Modifier and Type | Method and Description |
---|---|
int |
getType()
Returns message type
|
int |
length()
Returns message length
|
void |
send(HandshakeIODataStream out)
Sends message
|
fatalAlert, fatalAlert
public ServerHelloDone()
public ServerHelloDone(HandshakeIODataStream in, int length) throws IOException
in
- length
- IOException
public void send(HandshakeIODataStream out)
out
- public int getType()