org.apache.hadoop.ipc.protobuf
Interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder

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

public static interface IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getProtocol()
           
 IpcConnectionContextProtos.UserInformationProto getUserInfo()
           
 IpcConnectionContextProtos.UserInformationProtoOrBuilder getUserInfoOrBuilder()
           
 boolean hasProtocol()
           
 boolean hasUserInfo()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasUserInfo

boolean hasUserInfo()

getUserInfo

IpcConnectionContextProtos.UserInformationProto getUserInfo()

getUserInfoOrBuilder

IpcConnectionContextProtos.UserInformationProtoOrBuilder getUserInfoOrBuilder()

hasProtocol

boolean hasProtocol()

getProtocol

String getProtocol()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.