MCPcopy Create free account
hub / github.com/apache/tomcat / getHost

Method getHost

java/org/apache/catalina/tribes/Member.java:56–56  ·  view source on GitHub ↗

Returns the listen host for the ChannelReceiver implementation @return IPv4 or IPv6 representation of the host address this member listens to incoming data @see ChannelReceiver

()

Source from the content-addressed store, hash-verified

54 * @see ChannelReceiver
55 */
56 byte[] getHost();
57
58 /**
59 * Returns the listen port for the ChannelReceiver implementation

Implementers 1

MemberImpljava/org/apache/catalina/tribes/member

Calls

no outgoing calls