public abstract class ClientHelloMessage extends ServerInputMessage
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getClientCipherNames()
Gets The set of encryption protocols that the client is willing and able to use
|
java.lang.String |
getClientID()
Gets The ID string by which the client is known to the server
|
java.util.Set<java.lang.String> |
getClientSignatureNames()
Gets the set of signature protocols that the client is willing and able to use
|
Version |
getClientSiraPriseVersion()
Gets The Version that the client declares to be able to handle
|
long |
getIdleTime()
Gets the idle time requested by the client for this connection
|
getMessageTypeID, readMessage, sendMessage
public java.util.Set<java.lang.String> getClientCipherNames()
public final java.lang.String getClientID()
public java.util.Set<java.lang.String> getClientSignatureNames()
public Version getClientSiraPriseVersion()
public long getIdleTime()