akka.remote
Interface RemoteProtocol.MetadataEntryProtocolOrBuilder

All Known Implementing Classes:
RemoteProtocol.MetadataEntryProtocol, RemoteProtocol.MetadataEntryProtocol.Builder
Enclosing class:
RemoteProtocol

public static interface RemoteProtocol.MetadataEntryProtocolOrBuilder


Method Summary
 java.lang.String getKey()
           
 com.google.protobuf.ByteString getValue()
           
 boolean hasKey()
           
 boolean hasValue()
           
 

Method Detail

hasKey

boolean hasKey()

getKey

java.lang.String getKey()

hasValue

boolean hasValue()

getValue

com.google.protobuf.ByteString getValue()