public interface HandshakeRequest extends ServerMessage
| Modifier and Type | Method and Description |
|---|---|
static HandshakeRequest |
decode(io.netty.buffer.ByteBuf buf)
Decodes a
HandshakeRequest from a payload ByteBuf of a normal packet. |
String |
getAuthType()
Gets the authentication plugin type name.
|
HandshakeHeader |
getHeader()
Gets the handshake request header.
|
byte[] |
getSalt()
Gets the challenge salt for authentication.
|
Capability |
getServerCapability()
Gets the server-side capability.
|
HandshakeHeader getHeader()
Capability getServerCapability()
String getAuthType()
byte[] getSalt()
static HandshakeRequest decode(io.netty.buffer.ByteBuf buf)
HandshakeRequest from a payload ByteBuf of a normal packet.buf - the ByteBuf.HandshakeRequest.Copyright © 2018–2024 asyncer.io. All rights reserved.