|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a protocol for GIOP over HTTP.
Method Summary | |
ProtocolGraph |
newProtocolGraph()
Creates a new ProtocolGraph dealing with HTTP |
ProtocolGraph |
newProtocolGraph(java.lang.String url)
Creates a new ProtocolGraph dealing with HTTP |
HttpSessionIdentifier |
newSessionIdentifier(java.lang.String url)
Creates a new session identifier |
HttpSessionIdentifier |
newSessionIdentifier(java.lang.String url,
java.lang.String host,
int port)
Creates a new session identifier |
Methods inherited from interface org.objectweb.jonathan.apis.protocols.Protocol |
createProtocolGraph, createSessionIdentifier, isAnInvocationProtocol |
Method Detail |
public ProtocolGraph newProtocolGraph()
public ProtocolGraph newProtocolGraph(java.lang.String url)
url
- the desired URL
public HttpSessionIdentifier newSessionIdentifier(java.lang.String url)
url
- the URL of the server
public HttpSessionIdentifier newSessionIdentifier(java.lang.String url, java.lang.String host, int port)
url
- the URL of the serverhost
- the TCP/IP host of the serverport
- the TCP/IP port of the server
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |