org.objectweb.jonathan.protocols.http.api
Interface HttpProtocol
- Protocol
public interface HttpProtocol
Defines a protocol for GIOP over HTTP.
- Sylvain Chambon <sylvain.chambon@kelua.com>
newProtocolGraph
public ProtocolGraph newProtocolGraph()
Creates a new ProtocolGraph dealing with HTTP
- a new ProtocolGraph
newProtocolGraph
public ProtocolGraph newProtocolGraph(String url)
Creates a new ProtocolGraph dealing with HTTP
url
- the desired URL
- a new ProtocolGraph
newSessionIdentifier
public HttpSessionIdentifier newSessionIdentifier(String url)
Creates a new session identifier
url
- the URL of the server
- a new ProtocolGraph
newSessionIdentifier
public HttpSessionIdentifier newSessionIdentifier(String url,
String host,
int port)
Creates a new session identifier
url
- the URL of the serverhost
- the TCP/IP host of the serverport
- the TCP/IP port of the server
- a new ProtocolGraph