| Package | Description |
|---|---|
| org.gridgain.client |
Public Java client messages APIs.
|
| org.gridgain.client.marshaller.jdk |
Contains marshaller implementation based on JDK serialization routines.
|
| org.gridgain.client.marshaller.optimized |
Contains GridGain Optimized marshaller implementation.
|
| org.gridgain.grid.kernal.processors.rest.protocols.tcp |
Adapters for TCP-based REST protocols.
|
| org.gridgain.grid.util |
System-wide utility routine and helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
GridClientMarshaller |
GridClientConfiguration.getMarshaller()
Gets the marshaller, that is used to communicate between client and server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridClientConfiguration.setMarshaller(GridClientMarshaller marshaller)
Sets the marshaller to use for communication.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridClientJdkMarshaller
Simple marshaller that utilize JDK serialization features.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridClientOptimizedMarshaller
Wrapper, that adapts
GridOptimizedMarshaller to
GridClientMarshaller interface. |
| Modifier and Type | Method and Description |
|---|---|
protected GridClientMarshaller |
GridTcpRestParser.marshaller(GridNioSession ses)
Returns marshaller from session, if no marshaller found - init it with default.
|
| Constructor and Description |
|---|
GridTcpRestNioListener(GridLogger log,
GridTcpRestProtocol proto,
GridRestProtocolHandler hnd,
GridKernalContext ctx,
GridClientMarshaller protobufMarshaller)
Creates listener which will convert incoming tcp packets to rest requests and forward them to
a given rest handler.
|
| Modifier and Type | Method and Description |
|---|---|
static GridClientMarshaller |
GridUtils.createProtobufMarshaller(GridLogger log)
Creates new instance of Protobuf marshaller.
|
Copyright © 2014. All rights reserved.