Package org.bouncycastle.tls
Class HeartbeatMessageType
- java.lang.Object
-
- org.bouncycastle.tls.HeartbeatMessageType
-
public class HeartbeatMessageType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static shortheartbeat_requeststatic shortheartbeat_response
-
Constructor Summary
Constructors Constructor Description HeartbeatMessageType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetName(short heartbeatMessageType)static java.lang.StringgetText(short heartbeatMessageType)static booleanisValid(short heartbeatMessageType)
-
-
-
Field Detail
-
heartbeat_request
public static final short heartbeat_request
- See Also:
- Constant Field Values
-
heartbeat_response
public static final short heartbeat_response
- See Also:
- Constant Field Values
-
-