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 short
heartbeat_request
static short
heartbeat_response
-
Constructor Summary
Constructors Constructor Description HeartbeatMessageType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getName(short heartbeatMessageType)
static java.lang.String
getText(short heartbeatMessageType)
static boolean
isValid(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
-
-