Lightweight HTTP Server 1.0.0.Beta1

Uses of Class
org.jboss.com.sun.net.httpserver.HttpsServer

Packages that use HttpsServer
org.jboss.com.sun.net.httpserver Provides a simple high-level Http server API, which can be used to build embedded HTTP servers. 
org.jboss.com.sun.net.httpserver.spi Provides a pluggable service provider interface, which allows the HTTP server implementation to be replaced with other implementations. 
org.jboss.sun.net.httpserver   
 

Uses of HttpsServer in org.jboss.com.sun.net.httpserver
 

Methods in org.jboss.com.sun.net.httpserver that return HttpsServer
static HttpsServer HttpsServer.create()
          creates a HttpsServer instance which is initially not bound to any local address/port.
static HttpsServer HttpsServer.create(InetSocketAddress addr, int backlog)
          Create a HttpsServer instance which will bind to the specified InetSocketAddress (IP address and port number) A maximum backlog can also be specified.
 

Uses of HttpsServer in org.jboss.com.sun.net.httpserver.spi
 

Methods in org.jboss.com.sun.net.httpserver.spi that return HttpsServer
abstract  HttpsServer HttpServerProvider.createHttpsServer(InetSocketAddress addr, int backlog)
          creates a HttpsServer from this provider
 

Uses of HttpsServer in org.jboss.sun.net.httpserver
 

Subclasses of HttpsServer in org.jboss.sun.net.httpserver
 class HttpsServerImpl
           
 

Methods in org.jboss.sun.net.httpserver that return HttpsServer
 HttpsServer DefaultHttpServerProvider.createHttpsServer(InetSocketAddress addr, int backlog)
           
 


Lightweight HTTP Server 1.0.0.Beta1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.