| Package | Description |
|---|---|
| at.borkowski.scovillej.services.comm | |
| at.borkowski.scovillej.services.comm.impl | |
| at.borkowski.scovillej.services.comm.impl.serializers |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
CommunicationService.addSerializer(Class<T> clazz,
Serializer<T> serializer)
Adds a data type serializer used for socket connections.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
CommunicationServiceImpl.addSerializer(Class<T> clazz,
Serializer<T> serializer) |
protected void |
SimulationSocketImpl.setIO(at.borkowski.spicej.ticks.TickSource t,
InputStream in,
OutputStream out,
SimulationSocketImpl<T> otherSide,
Serializer<T> serializer) |
| Constructor and Description |
|---|
SimulationServerSocketImpl(CommunicationServiceImpl owner,
String name,
Integer uplink,
Integer downlink,
Long updelay,
Long downdelay,
Serializer<T> serializer) |
SimulationSocketImplA(at.borkowski.spicej.ticks.TickSource t,
Integer uplink,
Integer downlink,
Long updelay,
Long downdelay,
SimulationSocketImplB<T> clientSide,
Serializer<T> serializer,
int bufferSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSerializer<T> |
class |
ByteArraySerializer |
class |
ObjectToJsonSerializer |
class |
StringSerializer |
| Modifier and Type | Method and Description |
|---|---|
static void |
BuiltInSerializers.addTo(Map<Class<?>,Serializer<?>> map) |
Copyright © 2015. All rights reserved.