public class CommunicatorParams
Represents parameters for creation of interface Communicator
interface Communicator
Constructor and Description |
---|
CommunicatorParams(android.content.Context context,
StatusHandler statusHandler,
CommandTypeMappingRegistry commandsTypeMapping,
CommandSerializerRegistry serializerRegistry,
CommandDeserializerRegistry deserializerRegistry)
Represents parameters for creation of
interface Communicator |
Modifier and Type | Method and Description |
---|---|
CommandTypeMappingRegistry |
getCommandsTypeMapping() |
android.content.Context |
getContext() |
CommandDeserializerRegistry |
getDeserializerRegistry() |
CommandSerializerRegistry |
getSerializerRegistry() |
StatusHandler |
getStatusHandler() |
public CommunicatorParams(android.content.Context context, StatusHandler statusHandler, CommandTypeMappingRegistry commandsTypeMapping, CommandSerializerRegistry serializerRegistry, CommandDeserializerRegistry deserializerRegistry)
Represents parameters for creation of interface Communicator
interface Communicator
public android.content.Context getContext()
public StatusHandler getStatusHandler()
public CommandTypeMappingRegistry getCommandsTypeMapping()
public CommandSerializerRegistry getSerializerRegistry()
public CommandDeserializerRegistry getDeserializerRegistry()