public abstract class AbstractAuthSwitchSendResponsePacket extends Object implements InterfaceAuthSwitchSendResponsePacket
Modifier and Type | Field and Description |
---|---|
protected byte[] |
authData |
protected int |
packSeq |
protected String |
password |
Constructor and Description |
---|
AbstractAuthSwitchSendResponsePacket(int packSeq,
byte[] authData,
String password)
Handle Authentication.
|
Modifier and Type | Method and Description |
---|---|
void |
handleResultPacket(ReadPacketFetcher packetFetcher)
Handle response packet.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
send
protected int packSeq
protected byte[] authData
protected String password
public AbstractAuthSwitchSendResponsePacket(int packSeq, byte[] authData, String password)
packSeq
- packet sequenceauthData
- authentication datapassword
- passwordpublic void handleResultPacket(ReadPacketFetcher packetFetcher) throws QueryException, IOException
handleResultPacket
in interface InterfaceAuthSwitchSendResponsePacket
packetFetcher
- packet fetcherQueryException
- if any functional error occurIOException
- if any connection error occurCopyright © 2016. All rights reserved.