Package org.graylog2.plugin.journal
Interface JournalMessages.RemoteAddressOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JournalMessages.RemoteAddress,JournalMessages.RemoteAddress.Builder
- Enclosing class:
- JournalMessages
public static interface JournalMessages.RemoteAddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringoptional bytes address = 1;intgetPort()optional uint32 port = 2;optional string resolved = 3;com.google.protobuf.ByteStringoptional string resolved = 3;booleanoptional bytes address = 1;booleanhasPort()optional uint32 port = 2;booleanoptional string resolved = 3;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
-
hasAddress
boolean hasAddress()optional bytes address = 1;the original remote (IP) address of the message sender, unresolved,
-
getAddress
com.google.protobuf.ByteString getAddress()optional bytes address = 1;the original remote (IP) address of the message sender, unresolved,
-
hasPort
boolean hasPort()optional uint32 port = 2;the port of the sender, if available/applicable
-
getPort
int getPort()optional uint32 port = 2;the port of the sender, if available/applicable
-
hasResolved
boolean hasResolved()optional string resolved = 3;a processing node can optionally resolve the address early
-
getResolved
String getResolved()optional string resolved = 3;a processing node can optionally resolve the address early
-
getResolvedBytes
com.google.protobuf.ByteString getResolvedBytes()optional string resolved = 3;a processing node can optionally resolve the address early
-