See: Description
Interface | Description |
---|---|
AddressResolver |
An interface that allows you to customize address lookup.
|
NetworkLayer |
basic interface to the network layer
|
SecurityManagerProvider |
Override this interface to provide custom keys and trust stores for TLS.
|
Class | Description |
---|---|
DefaultNetworkLayer |
default implementation which passes straight through to java platform
|
DefaultSecurityManagerProvider |
Implement the default TLS security policy by loading kays specified in stack
properties or system -D settings.
|
SslNetworkLayer |
extended implementation of a network layer that allows to define a private java
keystores/truststores
|
Copyright © 2014. All Rights Reserved.