org.eclipse.jetty.http.spi
类 JettyHttpServerProvider
java.lang.Object
com.sun.net.httpserver.spi.HttpServerProvider
org.eclipse.jetty.http.spi.JettyHttpServerProvider
public class JettyHttpServerProvider
- extends com.sun.net.httpserver.spi.HttpServerProvider
Jetty implementation of Java HTTP Server SPI
| 从类 com.sun.net.httpserver.spi.HttpServerProvider 继承的方法 |
provider |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JettyHttpServerProvider
public JettyHttpServerProvider()
setServer
public static void setServer(Server server)
createHttpServer
public com.sun.net.httpserver.HttpServer createHttpServer(InetSocketAddress addr,
int backlog)
throws IOException
- 指定者:
- 类
com.sun.net.httpserver.spi.HttpServerProvider 中的 createHttpServer
- 抛出:
IOException
createHttpsServer
public com.sun.net.httpserver.HttpsServer createHttpsServer(InetSocketAddress addr,
int backlog)
throws IOException
- 指定者:
- 类
com.sun.net.httpserver.spi.HttpServerProvider 中的 createHttpsServer
- 抛出:
IOException
Copyright © 2013. All Rights Reserved.