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

Packages that use HttpServerEndpoint
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 HttpServerEndpoint in net.jini.jeri.http
 

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



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