|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonathan.apis.protocols.http.HttpSessionIdentifier
The superclass of all HTTP session identifiers.
Field Summary | |
java.lang.String |
url
URL of this session identifier |
Fields inherited from interface org.objectweb.jonathan.apis.protocols.ProtocolIdentifiers |
GIOP, HTTP, MULTICASTIP, MULTIPLEX, RTP, TCPIP |
Constructor Summary | |
HttpSessionIdentifier()
Constructs a new empty HttpSessionIdentifier |
|
HttpSessionIdentifier(java.lang.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.apis.protocols.SessionIdentifier |
bind, getProtocol, isLocal, unexport |
Field Detail |
public java.lang.String url
Constructor Detail |
public HttpSessionIdentifier(java.lang.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 |