|
||||||||||
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(String url)
Creates a new ProtocolGraph dealing with HTTP |
HttpSessionIdentifier |
newSessionIdentifier(String url)
Creates a new session identifier |
HttpSessionIdentifier |
newSessionIdentifier(String url,
String host,
int port)
Creates a new session identifier |
Methods inherited from interface org.objectweb.jonathan.protocols.api.Protocol |
createProtocolGraph, createSessionIdentifier, isAnInvocationProtocol |
Method Detail |
public ProtocolGraph newProtocolGraph()
public ProtocolGraph newProtocolGraph(String url)
url
- the desired URL
public HttpSessionIdentifier newSessionIdentifier(String url)
url
- the URL of the server
public HttpSessionIdentifier newSessionIdentifier(String url, 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 |