public class PgsqlSSLResponseMessage extends Object implements PgsqlSessionInitializationResponseMessage
| Modifier and Type | Field and Description |
|---|---|
static byte |
CODE_NO_SSL |
static byte |
CODE_SSL |
static int |
HEADER_SIZE |
static int |
LENGTH |
static byte |
TYPE |
| Constructor and Description |
|---|
PgsqlSSLResponseMessage(byte code) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getCode() |
int |
getHeaderSize() |
byte |
getType() |
void |
setCode(byte code) |
String |
toString() |
public static final byte TYPE
public static final int HEADER_SIZE
public static final int LENGTH
public static final byte CODE_SSL
public static final byte CODE_NO_SSL
public byte getCode()
public void setCode(byte code)
public byte getType()
getType in interface PgsqlMessagepublic int getHeaderSize()
getHeaderSize in interface PgsqlMessageCopyright © 2017 The CLARUS Consortium. All rights reserved.