| Package | Description |
|---|---|
| org.gridgain.client |
Public Java client messages APIs.
|
| org.gridgain.client.router |
Public API for rest protocol router.
|
| org.gridgain.client.ssl |
Contains SSL utilities shared both by GridGain nodes and clients.
|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| Modifier and Type | Method and Description |
|---|---|
GridSslContextFactory |
GridClientConfiguration.getSslContextFactory()
Gets a factory that should be used for SSL context creation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridClientConfiguration.setSslContextFactory(GridSslContextFactory sslCtxFactory)
Sets SSL context factory that will be used for creation of secure connections.
|
| Modifier and Type | Method and Description |
|---|---|
GridSslContextFactory |
GridTcpRouterConfiguration.getSslContextFactory()
Gets SSL context factory that will be used for creating a secure socket layer
of both rest binary server and out coming connections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridTcpRouterConfiguration.setSslContextFactory(GridSslContextFactory sslCtxFactory)
Sets SSL context factory that will be used for creating a secure socket layer
of both rest binary server and out coming connections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridSslBasicContextFactory
Basic ssl context factory that provides ssl context configuration with specified key
and trust stores.
|
| Modifier and Type | Method and Description |
|---|---|
GridSslContextFactory |
GridConfiguration.getRestTcpSslContextFactory()
Gets context factory that will be used for creating a secure socket layer of rest binary server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConfiguration.setRestTcpSslContextFactory(GridSslContextFactory restTcpSslCtxFactory)
Sets instance of
GridSslContextFactory that will be used to create an instance of SSLContext
for Secure Socket Layer on TCP binary protocol. |
Copyright © 2014. All rights reserved.