org.mortbay.jetty.j2se6
Class JettyHttpServerProvider
java.lang.Object
com.sun.net.httpserver.spi.HttpServerProvider
org.mortbay.jetty.j2se6.JettyHttpServerProvider
public class JettyHttpServerProvider
- extends com.sun.net.httpserver.spi.HttpServerProvider
Jetty implementation of Java HTTP Server SPI
Method Summary |
com.sun.net.httpserver.HttpServer |
createHttpServer(java.net.InetSocketAddress addr,
int backlog)
|
com.sun.net.httpserver.HttpsServer |
createHttpsServer(java.net.InetSocketAddress addr,
int backlog)
|
Methods inherited from class com.sun.net.httpserver.spi.HttpServerProvider |
provider |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyHttpServerProvider
public JettyHttpServerProvider()
createHttpServer
public com.sun.net.httpserver.HttpServer createHttpServer(java.net.InetSocketAddress addr,
int backlog)
throws java.io.IOException
- Specified by:
createHttpServer
in class com.sun.net.httpserver.spi.HttpServerProvider
- Throws:
java.io.IOException
createHttpsServer
public com.sun.net.httpserver.HttpsServer createHttpsServer(java.net.InetSocketAddress addr,
int backlog)
throws java.io.IOException
- Specified by:
createHttpsServer
in class com.sun.net.httpserver.spi.HttpServerProvider
- Throws:
java.io.IOException
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.