akka.remote
Interface WireFormats.AkkaControlMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WireFormats.AkkaControlMessage, WireFormats.AkkaControlMessage.Builder
Enclosing class:
WireFormats

public static interface WireFormats.AkkaControlMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 WireFormats.CommandType getCommandType()
          required .CommandType commandType = 1;
 WireFormats.AkkaHandshakeInfo getHandshakeInfo()
          optional .AkkaHandshakeInfo handshakeInfo = 2;
 WireFormats.AkkaHandshakeInfoOrBuilder getHandshakeInfoOrBuilder()
          optional .AkkaHandshakeInfo handshakeInfo = 2;
 boolean hasCommandType()
          required .CommandType commandType = 1;
 boolean hasHandshakeInfo()
          optional .AkkaHandshakeInfo handshakeInfo = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasCommandType

boolean hasCommandType()
required .CommandType commandType = 1;


getCommandType

WireFormats.CommandType getCommandType()
required .CommandType commandType = 1;


hasHandshakeInfo

boolean hasHandshakeInfo()
optional .AkkaHandshakeInfo handshakeInfo = 2;


getHandshakeInfo

WireFormats.AkkaHandshakeInfo getHandshakeInfo()
optional .AkkaHandshakeInfo handshakeInfo = 2;


getHandshakeInfoOrBuilder

WireFormats.AkkaHandshakeInfoOrBuilder getHandshakeInfoOrBuilder()
optional .AkkaHandshakeInfo handshakeInfo = 2;