public final class HandshakeHeader extends Object
If MySQL protocol will be released V11 or higher versions, may need to reorganize the generic headers.
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(Object o) |
int |
getConnectionId() |
short |
getProtocolVersion()
The first byte defines the MySQL handshake version those
permit the MySQL server to add support for newer protocols.
|
dev.miku.r2dbc.mysql.util.ServerVersion |
getServerVersion() |
int |
hashCode() |
String |
toString() |
public short getProtocolVersion()
public dev.miku.r2dbc.mysql.util.ServerVersion getServerVersion()
public int getConnectionId()
Copyright © 2018–2020. All rights reserved.