|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonathan.protocols.http.api.HttpSessionIdentifier
public abstract class HttpSessionIdentifier
The superclass of all HTTP session identifiers.
Field Summary | |
---|---|
String |
url
URL of this session identifier |
Fields inherited from interface org.objectweb.jonathan.protocols.api.ProtocolIdentifiers |
---|
GIOP, HTTP, MULTICASTIP, MULTIPLEX, RTP, TCPIP |
Constructor Summary | |
---|---|
HttpSessionIdentifier()
Constructs a new empty HttpSessionIdentifier |
|
HttpSessionIdentifier(String url)
Constructs a new HttpSessionIdentifier with the specified URL |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.jonathan.protocols.api.SessionIdentifier |
---|
bind, getProtocol, isLocal, unexport |
Field Detail |
---|
public String url
Constructor Detail |
---|
public HttpSessionIdentifier(String url)
url
- the urlpublic HttpSessionIdentifier()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |