| Package | Description |
|---|---|
| serguei.http | |
| serguei.http.performance |
| Modifier and Type | Method and Description |
|---|---|
protected HttpServerRequestHandler |
HttpServer.getRequestHandler() |
| Constructor and Description |
|---|
HttpServer(HttpServerRequestHandler requestHandler,
InetAddress inetAddress,
int port)
Creating an instance of HttpServer listening to one ports (this does not actually start the server - call start()
for that).
|
HttpServer(HttpServerRequestHandler requestHandler,
InetAddress inetAddress,
int port,
int sslPort,
KeyStore keyStore,
String certificatePassword)
Creating an instance of HttpServer listening to two ports (this does not actually start the server - call start()
for that).
|
HttpServer(HttpServerRequestHandler requestHandler,
InetAddress inetAddress,
int port,
int sslPort,
KeyStore keyStore,
String certificatePassword,
TrustManager clientAuthTrustManager)
Creating an instance of HttpServer listening to two ports (this does not actually start the server - call start()
for that).
|
HttpServer(HttpServerRequestHandler requestHandler,
InetAddress inetAddress,
int port,
int sslPort,
String keyStorePath,
String keyStorePassword,
String certificatePassword)
Creating an instance of HttpServer listening to two ports (this does not actually start the server - call start()
for that).
|
HttpServer(HttpServerRequestHandler requestHandler,
InetAddress inetAddress,
int port,
int sslPort,
String keyStorePath,
String keyStorePassword,
String certificatePassword,
TrustManager clientAuthTrustManager)
Creating an instance of HttpServer listening to two ports (this does not actually start the server - call start()
for that).
|
HttpServer(HttpServerRequestHandler requestHandler,
int port)
Creating an instance of HttpServer listening to one ports (this does not actually start the server - call start()
for that).
|
HttpServer(HttpServerRequestHandler requestHandler,
int port,
int sslPort,
KeyStore keyStore,
String certificatePassword)
Creating an instance of HttpServer listening to two ports (this does not actually start the server - call start()
for that).
|
HttpServer(HttpServerRequestHandler requestHandler,
int port,
int sslPort,
KeyStore keyStore,
String certificatePassword,
TrustManager clientAuthTrustManager)
Creating an instance of HttpServer listening to two ports (this does not actually start the server - call start()
for that).
|
HttpServer(HttpServerRequestHandler requestHandler,
int port,
int sslPort,
String keyStorePath,
String keyStorePassword,
String certificatePassword)
Creating an instance of HttpServer listening to two ports (this does not actually start the server - call start()
for that).
|
HttpServer(HttpServerRequestHandler requestHandler,
int port,
int sslPort,
String keyStorePath,
String keyStorePassword,
String certificatePassword,
TrustManager clientAuthTrustManager)
Creating an instance of HttpServer listening to two ports (this does not actually start the server - call start()
for that).
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoadServer.MyRequestHandler |
Copyright © 2019. All rights reserved.