| Package | Description |
|---|---|
| org.jwall.web.audit.net |
The
net-package provides network communication like sending
or receiving of audit data over tcp-connections. |
| Modifier and Type | Method and Description |
|---|---|
static NetworkEventServer |
NetworkEventServer.createSSLEventServer(File keyFile,
String pass,
int port,
Authenticator auth) |
static NetworkEventServer |
NetworkEventServer.createSSLEventServer(InputStream keyIn,
int port,
Authenticator auth) |
static NetworkEventServer |
NetworkEventServer.createSSLEventServer(InputStream keyStream,
String pass,
int port,
Authenticator auth)
This method creates a new NetworkEventServer that is based on an SSL-enabled server socket.
|
| Constructor and Description |
|---|
NetworkClientWorkerThread(Socket sock,
Authenticator users,
NetworkEventServer serv) |
Copyright © 2015 jwall.org. All Rights Reserved.