public static interface JournalMessages.RemoteAddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getAddress()
optional bytes address = 1; |
int |
getPort()
optional uint32 port = 2; |
String |
getResolved()
optional string resolved = 3; |
com.google.protobuf.ByteString |
getResolvedBytes()
optional string resolved = 3; |
boolean |
hasAddress()
optional bytes address = 1; |
boolean |
hasPort()
optional uint32 port = 2; |
boolean |
hasResolved()
optional string resolved = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAddress()
optional bytes address = 1;
the original remote (IP) address of the message sender, unresolved
com.google.protobuf.ByteString getAddress()
optional bytes address = 1;
the original remote (IP) address of the message sender, unresolved
boolean hasPort()
optional uint32 port = 2;
the port of the sender, if available/applicable
int getPort()
optional uint32 port = 2;
the port of the sender, if available/applicable
boolean hasResolved()
optional string resolved = 3;
a processing node can optionally resolve the address early
String getResolved()
optional string resolved = 3;
a processing node can optionally resolve the address early
com.google.protobuf.ByteString getResolvedBytes()
optional string resolved = 3;
a processing node can optionally resolve the address early
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.