|
||||||||||
| 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
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 SessionIdentifierpublic 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 SessionIdentifierorg.objectweb.jonathan.apis.kernel.JonathanException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||