public abstract class HttpSessionIdentifier extends Object implements SessionIdentifier, ProtocolIdentifiers
Modifier and Type | Field and Description |
---|---|
String |
url
URL of this session identifier
|
GIOP, HTTP, MULTICASTIP, MULTIPLEX, RTP, TCPIP
Constructor and Description |
---|
HttpSessionIdentifier()
Constructs a new empty HttpSessionIdentifier
|
HttpSessionIdentifier(String url)
Constructs a new HttpSessionIdentifier with the specified URL
|
Modifier and Type | Method and Description |
---|---|
org.objectweb.jonathan.apis.kernel.Context |
getInfo()
Yield info about this session, as a Context.
|
int |
getProtocolId()
What kind of protocol does this session identifier relate to?
|
SessionIdentifier[] |
next()
Returns an empty array: this is a leaf protocol really.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bind, getProtocol, isLocal, unexport
public String url
public HttpSessionIdentifier(String url)
url
- the urlpublic HttpSessionIdentifier()
public SessionIdentifier[] next()
next
in interface SessionIdentifier
public int getProtocolId()
SessionIdentifier
getProtocolId
in interface SessionIdentifier
public org.objectweb.jonathan.apis.kernel.Context getInfo() throws org.objectweb.jonathan.apis.kernel.JonathanException
SessionIdentifier
getInfo
in interface SessionIdentifier
org.objectweb.jonathan.apis.kernel.JonathanException