Uses of Class
net.jini.jeri.http.HttpEndpoint

Packages that use HttpEndpoint
net.jini.jeri.http Provides implementations of the Endpoint and ServerEndpoint abstractions that use HTTP messages sent over TCP sockets as the underlying communication mechanism. 
 

Uses of HttpEndpoint in net.jini.jeri.http
 

Methods in net.jini.jeri.http that return HttpEndpoint
static HttpEndpoint HttpEndpoint.getInstance(String host, int port)
          Returns an HttpEndpoint instance for the given host name and TCP port number.
static HttpEndpoint HttpEndpoint.getInstance(String host, int port, SocketFactory sf)
          Returns an HttpEndpoint instance for the given host name and TCP port number that contains the given SocketFactory.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.