Interface HttpConnectionManager.InternalAddressConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HttpConnectionManager.InternalAddressConfig,HttpConnectionManager.InternalAddressConfig.Builder
- Enclosing class:
- HttpConnectionManager
public static interface HttpConnectionManager.InternalAddressConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether unix socket addresses should be considered internal.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUnixSockets
boolean getUnixSockets()Whether unix socket addresses should be considered internal.
bool unix_sockets = 1;- Returns:
- The unixSockets.
-