| Interface | Description |
|---|---|
| MiltonSNICertificateStore |
| Class | Description |
|---|---|
| GrizzlyLoadBalancer |
Use this as a runnable class to start a Grizzly HTTP Server
On startup it will look for a spring config file in /applicationContext.xml ,
and then try to locate a bean named milton.http.manager which must be either
a milton HttpManager or HttpManagerBuilder
You might find its easiest to copy this class into your app and then add your
own init
|
| GrizzlyLoadBalancer.ExtAsyncHttpClient | |
| GrizzlyMiltonRequest | |
| GrizzlyMiltonResponse | |
| GrizzlyServer |
Use this as a runnable class to start a Grizzly HTTP Server
On startup it will look for a spring config file in /applicationContext.xml ,
and then try to locate a bean named milton.http.manager which must be either
a milton HttpManager or HttpManagerBuilder
You might find its easiest to copy this class into your app and then add
your own init
|
| MiltonGrizzlyMultipartUploader | |
| MiltonSNICertificateManager |
a Certificate Manager providing the certificates and PrivateKey which located
in the database for supporting the SNI service to switch to the matched host
by the specific host name ,when the SSL request is coming, before the
connection handshaking.
|
| MiltonSNICertificateStoreSpi |
a Certificate Store Spi for to load/save the certificates and PrivateKey
from/into the same or even different database/files by the specific host
name.
|
| MiltonSNIService | |
| SSLTools |
Copyright © 2021 McEvoy Software Ltd. All rights reserved.