| Package | Description |
|---|---|
| com.devops4j.embedded.httpserver |
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
|
| com.devops4j.embedded.httpserver.impl | |
| com.devops4j.embedded.httpserver.spi |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpsServerImpl |
| Modifier and Type | Method and Description |
|---|---|
HttpsServer |
DefaultHttpServerProvider.createHttpsServer(InetSocketAddress addr,
int backlog) |
| Modifier and Type | Method and Description |
|---|---|
abstract HttpsServer |
HttpServerProvider.createHttpsServer(InetSocketAddress addr,
int backlog)
creates a HttpsServer from this provider
|
Copyright © 2018. All rights reserved.