public class ReadInitialConnectPacket extends Object
Constructor and Description |
---|
ReadInitialConnectPacket(ReadPacketFetcher packetFetcher)
Read database initial stream.
|
Modifier and Type | Method and Description |
---|---|
String |
getPluginName() |
byte |
getProtocolVersion() |
byte[] |
getSeed() |
int |
getServerCapabilities() |
byte |
getServerLanguage() |
short |
getServerStatus() |
long |
getServerThreadId() |
String |
getServerVersion() |
String |
toString() |
public ReadInitialConnectPacket(ReadPacketFetcher packetFetcher) throws IOException, QueryException
packetFetcher
- packetFetcherIOException
- if a connection error occurQueryException
- if received an error packetpublic String getServerVersion()
public byte getProtocolVersion()
public long getServerThreadId()
public byte[] getSeed()
public int getServerCapabilities()
public byte getServerLanguage()
public short getServerStatus()
public String getPluginName()
Copyright © 2016. All rights reserved.