public class PgsqlAuthenticationResponse extends Object implements PgsqlMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
HEADER_SIZE |
static byte |
TYPE |
| Constructor and Description |
|---|
PgsqlAuthenticationResponse(int authenticationType,
io.netty.buffer.ByteBuf authenticationParameters) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
getAuthenticationParameters() |
int |
getAuthenticationType() |
int |
getHeaderSize() |
byte |
getType() |
void |
setAuthenticationParameters(io.netty.buffer.ByteBuf authenticationParameters) |
void |
setAuthenticationType(int authenticationType) |
public static final byte TYPE
public static final int HEADER_SIZE
public PgsqlAuthenticationResponse(int authenticationType,
io.netty.buffer.ByteBuf authenticationParameters)
public byte getType()
getType in interface PgsqlMessagepublic int getHeaderSize()
getHeaderSize in interface PgsqlMessagepublic int getAuthenticationType()
public void setAuthenticationType(int authenticationType)
public io.netty.buffer.ByteBuf getAuthenticationParameters()
public void setAuthenticationParameters(io.netty.buffer.ByteBuf authenticationParameters)
Copyright © 2017 The CLARUS Consortium. All rights reserved.