Constructor and Description |
---|
AuthPacket() |
AuthPacket(int type,
String scheme,
byte[] auth) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object peer_) |
void |
deserialize(InputArchive a_,
String tag) |
boolean |
equals(Object peer_) |
byte[] |
getAuth() |
String |
getScheme() |
int |
getType() |
int |
hashCode() |
void |
readFields(DataInput in) |
void |
serialize(OutputArchive a_,
String tag) |
void |
setAuth(byte[] m_) |
void |
setScheme(String m_) |
void |
setType(int m_) |
static String |
signature() |
String |
toString() |
void |
write(DataOutput out) |
public AuthPacket()
public AuthPacket(int type, String scheme, byte[] auth)
public int getType()
public void setType(int m_)
public String getScheme()
public void setScheme(String m_)
public byte[] getAuth()
public void setAuth(byte[] m_)
public void serialize(OutputArchive a_, String tag) throws IOException
serialize
in interface Record
IOException
public void deserialize(InputArchive a_, String tag) throws IOException
deserialize
in interface Record
IOException
public void write(DataOutput out) throws IOException
IOException
public void readFields(DataInput in) throws IOException
IOException
public int compareTo(Object peer_) throws ClassCastException
ClassCastException
public static String signature()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.