|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpProtocol
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 |
---|
ProtocolGraph newProtocolGraph()
ProtocolGraph newProtocolGraph(String url)
url
- the desired URL
HttpSessionIdentifier newSessionIdentifier(String url)
url
- the URL of the server
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 |