Package csw.command.api.codecs
Class CommandServiceCodecs$
- java.lang.Object
-
- csw.command.api.codecs.CommandServiceCodecs$
-
- All Implemented Interfaces:
CommandServiceCodecs
,ParamCodecs
,CommonCodecs
,msocket.api.codecs.BasicCodecs
public class CommandServiceCodecs$ extends java.lang.Object implements CommandServiceCodecs
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface csw.prefix.codecs.CommonCodecs
CommonCodecs.Timestamp, CommonCodecs.Timestamp$
-
-
Field Summary
Fields Modifier and Type Field Description static CommandServiceCodecs$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description CommandServiceCodecs$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.bullet.borer.Codec<Coords.AltAzCoord>
altAzCoordCodec()
io.bullet.borer.Codec<Angle>
angleCodec()
io.bullet.borer.Decoder<byte[]>
bytesDec()
io.bullet.borer.Encoder<byte[]>
bytesEnc()
io.bullet.borer.Codec<Choice>
choiceCodec()
io.bullet.borer.Codec<Coords.CometCoord>
cometCoordCodec()
io.bullet.borer.Codec<Command>
commandCodec()
io.bullet.borer.Codec<CommandIssue>
commandIssueCodecValue()
io.bullet.borer.Codec<CommandName>
commandNameCodec()
io.bullet.borer.Codec<CommandResponse>
commandResponseCodecValue()
msocket.api.ErrorProtocol<CommandServiceHttpMessage>
CommandServiceHttpErrorProtocol()
msocket.api.ErrorProtocol<CommandServiceWebsocketMessage>
CommandServiceWebsocketErrorProtocol()
io.bullet.borer.Codec<ControlCommand>
controlCommandCodec()
io.bullet.borer.Codec<Coords.Coord>
coordCodec()
io.bullet.borer.Codec<CurrentState>
currentStateCodec()
io.bullet.borer.Codec<DemandState>
demandStateCodec()
io.bullet.borer.Codec<akka.Done>
doneCodec()
io.bullet.borer.Codec<Coords.EqCoord>
eqCoordCodec()
io.bullet.borer.Codec<Event>
eventCodec()
io.bullet.borer.Codec<EventName>
eventNameCodec()
io.bullet.borer.Codec<scala.concurrent.duration.FiniteDuration>
finiteDurationCodec()
io.bullet.borer.Codec<CommandServiceHttpMessage>
httpCodecsValue()
io.bullet.borer.Codec<Id>
idCodec()
io.bullet.borer.Decoder<java.time.Instant>
instantDec()
io.bullet.borer.Encoder<java.time.Instant>
instantEnc()
io.bullet.borer.Decoder<java.lang.Byte[]>
javaByteArrayDec()
io.bullet.borer.Encoder<java.lang.Byte[]>
javaByteArrayEnc()
io.bullet.borer.Codec<Coords.MinorPlanetCoord>
minorPlanetCoordCodec()
protected io.bullet.borer.Codec<Observe>
observeCommandCodec()
io.bullet.borer.Codec<ObsId>
obsIdCodec()
protected io.bullet.borer.Codec<ObserveEvent>
oeCodec()
io.bullet.borer.Decoder<Parameter<?>>
paramDecExistential()
io.bullet.borer.Encoder<Parameter<?>>
paramEncExistential()
io.bullet.borer.Codec<Prefix>
prefixCodec()
io.bullet.borer.Codec<ProperMotion>
properMotionCodec()
io.bullet.borer.Codec<RaDec>
raDecCodec()
io.bullet.borer.Codec<Result>
resultCodec()
protected io.bullet.borer.Codec<SystemEvent>
seCodec()
io.bullet.borer.Codec<Sequence>
sequenceCodec()
io.bullet.borer.Codec<SequenceCommand>
sequenceCommandCodec()
protected io.bullet.borer.Codec<Setup>
setupCommandCodec()
io.bullet.borer.Codec<Coords.SolarSystemCoord>
solarSystemCoordCodec()
io.bullet.borer.Codec<StateName>
stateNameCodec()
io.bullet.borer.Codec<StateVariable>
stateVariableCodec()
io.bullet.borer.Codec<Struct>
structCodec()
io.bullet.borer.Codec<Coords.Tag>
tagCodec()
io.bullet.borer.Codec<TAITime>
taiTimeCodec()
io.bullet.borer.Codec<akka.util.Timeout>
timeoutInSecondsCodec()
CommonCodecs.Timestamp$
Timestamp()
io.bullet.borer.Codec<UTCTime>
utcTimeCodec()
protected io.bullet.borer.Codec<Wait>
waitCommandCodec()
io.bullet.borer.Codec<CommandServiceWebsocketMessage>
websocketCodecs()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface csw.command.api.codecs.CommandServiceCodecs
httpCodec, websocketCodec
-
Methods inherited from interface csw.prefix.codecs.CommonCodecs
enumCodec
-
Methods inherited from interface csw.params.core.formats.ParamCodecs
arrayDataCodec, commandIssueCodec, commandResponseCodec, matrixDataCodec, paramCodec, paramCoreCodec, waCodec
-
-
-
-
Field Detail
-
MODULE$
public static final CommandServiceCodecs$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
httpCodecsValue
public io.bullet.borer.Codec<CommandServiceHttpMessage> httpCodecsValue()
- Specified by:
httpCodecsValue
in interfaceCommandServiceCodecs
-
websocketCodecs
public io.bullet.borer.Codec<CommandServiceWebsocketMessage> websocketCodecs()
- Specified by:
websocketCodecs
in interfaceCommandServiceCodecs
-
CommandServiceHttpErrorProtocol
public msocket.api.ErrorProtocol<CommandServiceHttpMessage> CommandServiceHttpErrorProtocol()
- Specified by:
CommandServiceHttpErrorProtocol
in interfaceCommandServiceCodecs
-
CommandServiceWebsocketErrorProtocol
public msocket.api.ErrorProtocol<CommandServiceWebsocketMessage> CommandServiceWebsocketErrorProtocol()
- Specified by:
CommandServiceWebsocketErrorProtocol
in interfaceCommandServiceCodecs
-
doneCodec
public io.bullet.borer.Codec<akka.Done> doneCodec()
- Specified by:
doneCodec
in interfacemsocket.api.codecs.BasicCodecs
-
timeoutInSecondsCodec
public io.bullet.borer.Codec<akka.util.Timeout> timeoutInSecondsCodec()
- Specified by:
timeoutInSecondsCodec
in interfacemsocket.api.codecs.BasicCodecs
-
choiceCodec
public io.bullet.borer.Codec<Choice> choiceCodec()
- Specified by:
choiceCodec
in interfaceParamCodecs
-
raDecCodec
public io.bullet.borer.Codec<RaDec> raDecCodec()
- Specified by:
raDecCodec
in interfaceParamCodecs
-
tagCodec
public io.bullet.borer.Codec<Coords.Tag> tagCodec()
- Specified by:
tagCodec
in interfaceParamCodecs
-
angleCodec
public io.bullet.borer.Codec<Angle> angleCodec()
- Specified by:
angleCodec
in interfaceParamCodecs
-
properMotionCodec
public io.bullet.borer.Codec<ProperMotion> properMotionCodec()
- Specified by:
properMotionCodec
in interfaceParamCodecs
-
eqCoordCodec
public io.bullet.borer.Codec<Coords.EqCoord> eqCoordCodec()
- Specified by:
eqCoordCodec
in interfaceParamCodecs
-
solarSystemCoordCodec
public io.bullet.borer.Codec<Coords.SolarSystemCoord> solarSystemCoordCodec()
- Specified by:
solarSystemCoordCodec
in interfaceParamCodecs
-
minorPlanetCoordCodec
public io.bullet.borer.Codec<Coords.MinorPlanetCoord> minorPlanetCoordCodec()
- Specified by:
minorPlanetCoordCodec
in interfaceParamCodecs
-
cometCoordCodec
public io.bullet.borer.Codec<Coords.CometCoord> cometCoordCodec()
- Specified by:
cometCoordCodec
in interfaceParamCodecs
-
altAzCoordCodec
public io.bullet.borer.Codec<Coords.AltAzCoord> altAzCoordCodec()
- Specified by:
altAzCoordCodec
in interfaceParamCodecs
-
coordCodec
public io.bullet.borer.Codec<Coords.Coord> coordCodec()
- Specified by:
coordCodec
in interfaceParamCodecs
-
utcTimeCodec
public io.bullet.borer.Codec<UTCTime> utcTimeCodec()
- Specified by:
utcTimeCodec
in interfaceParamCodecs
-
taiTimeCodec
public io.bullet.borer.Codec<TAITime> taiTimeCodec()
- Specified by:
taiTimeCodec
in interfaceParamCodecs
-
javaByteArrayEnc
public io.bullet.borer.Encoder<java.lang.Byte[]> javaByteArrayEnc()
- Specified by:
javaByteArrayEnc
in interfaceParamCodecs
-
javaByteArrayDec
public io.bullet.borer.Decoder<java.lang.Byte[]> javaByteArrayDec()
- Specified by:
javaByteArrayDec
in interfaceParamCodecs
-
bytesEnc
public io.bullet.borer.Encoder<byte[]> bytesEnc()
- Specified by:
bytesEnc
in interfaceParamCodecs
-
bytesDec
public io.bullet.borer.Decoder<byte[]> bytesDec()
- Specified by:
bytesDec
in interfaceParamCodecs
-
paramEncExistential
public io.bullet.borer.Encoder<Parameter<?>> paramEncExistential()
- Specified by:
paramEncExistential
in interfaceParamCodecs
-
paramDecExistential
public io.bullet.borer.Decoder<Parameter<?>> paramDecExistential()
- Specified by:
paramDecExistential
in interfaceParamCodecs
-
structCodec
public io.bullet.borer.Codec<Struct> structCodec()
- Specified by:
structCodec
in interfaceParamCodecs
-
idCodec
public io.bullet.borer.Codec<Id> idCodec()
- Specified by:
idCodec
in interfaceParamCodecs
-
eventNameCodec
public io.bullet.borer.Codec<EventName> eventNameCodec()
- Specified by:
eventNameCodec
in interfaceParamCodecs
-
seCodec
protected io.bullet.borer.Codec<SystemEvent> seCodec()
- Specified by:
seCodec
in interfaceParamCodecs
-
oeCodec
protected io.bullet.borer.Codec<ObserveEvent> oeCodec()
- Specified by:
oeCodec
in interfaceParamCodecs
-
eventCodec
public io.bullet.borer.Codec<Event> eventCodec()
- Specified by:
eventCodec
in interfaceParamCodecs
-
commandNameCodec
public io.bullet.borer.Codec<CommandName> commandNameCodec()
- Specified by:
commandNameCodec
in interfaceParamCodecs
-
obsIdCodec
public io.bullet.borer.Codec<ObsId> obsIdCodec()
- Specified by:
obsIdCodec
in interfaceParamCodecs
-
observeCommandCodec
protected io.bullet.borer.Codec<Observe> observeCommandCodec()
- Specified by:
observeCommandCodec
in interfaceParamCodecs
-
setupCommandCodec
protected io.bullet.borer.Codec<Setup> setupCommandCodec()
- Specified by:
setupCommandCodec
in interfaceParamCodecs
-
waitCommandCodec
protected io.bullet.borer.Codec<Wait> waitCommandCodec()
- Specified by:
waitCommandCodec
in interfaceParamCodecs
-
sequenceCommandCodec
public io.bullet.borer.Codec<SequenceCommand> sequenceCommandCodec()
- Specified by:
sequenceCommandCodec
in interfaceParamCodecs
-
controlCommandCodec
public io.bullet.borer.Codec<ControlCommand> controlCommandCodec()
- Specified by:
controlCommandCodec
in interfaceParamCodecs
-
commandCodec
public io.bullet.borer.Codec<Command> commandCodec()
- Specified by:
commandCodec
in interfaceParamCodecs
-
sequenceCodec
public io.bullet.borer.Codec<Sequence> sequenceCodec()
- Specified by:
sequenceCodec
in interfaceParamCodecs
-
resultCodec
public io.bullet.borer.Codec<Result> resultCodec()
- Specified by:
resultCodec
in interfaceParamCodecs
-
commandResponseCodecValue
public io.bullet.borer.Codec<CommandResponse> commandResponseCodecValue()
- Specified by:
commandResponseCodecValue
in interfaceParamCodecs
-
commandIssueCodecValue
public io.bullet.borer.Codec<CommandIssue> commandIssueCodecValue()
- Specified by:
commandIssueCodecValue
in interfaceParamCodecs
-
stateNameCodec
public io.bullet.borer.Codec<StateName> stateNameCodec()
- Specified by:
stateNameCodec
in interfaceParamCodecs
-
demandStateCodec
public io.bullet.borer.Codec<DemandState> demandStateCodec()
- Specified by:
demandStateCodec
in interfaceParamCodecs
-
currentStateCodec
public io.bullet.borer.Codec<CurrentState> currentStateCodec()
- Specified by:
currentStateCodec
in interfaceParamCodecs
-
stateVariableCodec
public io.bullet.borer.Codec<StateVariable> stateVariableCodec()
- Specified by:
stateVariableCodec
in interfaceParamCodecs
-
prefixCodec
public io.bullet.borer.Codec<Prefix> prefixCodec()
- Specified by:
prefixCodec
in interfaceCommonCodecs
-
Timestamp
public CommonCodecs.Timestamp$ Timestamp()
-
instantEnc
public io.bullet.borer.Encoder<java.time.Instant> instantEnc()
- Specified by:
instantEnc
in interfaceCommonCodecs
-
instantDec
public io.bullet.borer.Decoder<java.time.Instant> instantDec()
- Specified by:
instantDec
in interfaceCommonCodecs
-
finiteDurationCodec
public io.bullet.borer.Codec<scala.concurrent.duration.FiniteDuration> finiteDurationCodec()
- Specified by:
finiteDurationCodec
in interfaceCommonCodecs
-
-