public abstract class SessionID extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SessionID.Serialized
Serialized representation of a session ID..
|
Modifier and Type | Method and Description |
---|---|
static SessionID |
createSessionID(byte[] encoded)
Create a session ID object for the given encoded representation.
|
boolean |
equals(Object other)
Determine whether this object is equal to another.
|
byte[] |
getEncodedForm()
Get a copy of the encoded form of this session ID.
|
protected byte[] |
getEncodedFormRaw()
Get the encoded form of this session ID.
|
int |
hashCode() |
String |
toString() |
protected Object |
writeReplace()
Substitute this session ID with a serialized representation.
|
public byte[] getEncodedForm()
protected byte[] getEncodedFormRaw()
public final boolean equals(Object other)
public static SessionID createSessionID(byte[] encoded)
encoded
- the encoded representationprotected final Object writeReplace()
Copyright © 2016 JBoss by Red Hat. All rights reserved.