Interface Gateway.FdMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gateway.FdMessage
,Gateway.FdMessage.Builder
- Enclosing class:
Gateway
public static interface Gateway.FdMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFd
int getFd()what fd the data was from
uint32 Fd = 1;
- Returns:
- The fd.
-
getEOF
boolean getEOF()true if eof was reached
bool EOF = 2;
- Returns:
- The eOF.
-
getData
com.google.protobuf.ByteString getData()bytes Data = 3;
- Returns:
- The data.
-