|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.remote.WireFormats.AkkaProtocolMessage.Builder
public static final class WireFormats.AkkaProtocolMessage.Builder
Protobuf type AkkaProtocolMessage
Message format of Akka Protocol. Message contains either a payload or an instruction.
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public WireFormats.AkkaProtocolMessage.Builder clear()
public WireFormats.AkkaProtocolMessage.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public WireFormats.AkkaProtocolMessage getDefaultInstanceForType()
public WireFormats.AkkaProtocolMessage build()
public WireFormats.AkkaProtocolMessage buildPartial()
public WireFormats.AkkaProtocolMessage.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public WireFormats.AkkaProtocolMessage.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public boolean hasPayload()
optional bytes payload = 1;
hasPayload
in interface WireFormats.AkkaProtocolMessageOrBuilder
public com.google.protobuf.ByteString getPayload()
optional bytes payload = 1;
getPayload
in interface WireFormats.AkkaProtocolMessageOrBuilder
public WireFormats.AkkaProtocolMessage.Builder setPayload(com.google.protobuf.ByteString value)
optional bytes payload = 1;
public WireFormats.AkkaProtocolMessage.Builder clearPayload()
optional bytes payload = 1;
public boolean hasInstruction()
optional .AkkaControlMessage instruction = 2;
hasInstruction
in interface WireFormats.AkkaProtocolMessageOrBuilder
public WireFormats.AkkaControlMessage getInstruction()
optional .AkkaControlMessage instruction = 2;
getInstruction
in interface WireFormats.AkkaProtocolMessageOrBuilder
public WireFormats.AkkaProtocolMessage.Builder setInstruction(WireFormats.AkkaControlMessage value)
optional .AkkaControlMessage instruction = 2;
public WireFormats.AkkaProtocolMessage.Builder setInstruction(WireFormats.AkkaControlMessage.Builder builderForValue)
optional .AkkaControlMessage instruction = 2;
public WireFormats.AkkaProtocolMessage.Builder mergeInstruction(WireFormats.AkkaControlMessage value)
optional .AkkaControlMessage instruction = 2;
public WireFormats.AkkaProtocolMessage.Builder clearInstruction()
optional .AkkaControlMessage instruction = 2;
public WireFormats.AkkaControlMessage.Builder getInstructionBuilder()
optional .AkkaControlMessage instruction = 2;
public WireFormats.AkkaControlMessageOrBuilder getInstructionOrBuilder()
optional .AkkaControlMessage instruction = 2;
getInstructionOrBuilder
in interface WireFormats.AkkaProtocolMessageOrBuilder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |