public final class Connection extends Object implements GroupMember
Modifier and Type | Class and Description |
---|---|
static class |
Connection.Builder |
Modifier and Type | Method and Description |
---|---|
Optional<Authentication> |
authentication() |
static Connection.Builder |
builder() |
boolean |
enabled() |
String |
host() |
String |
id() |
rx.Observable<String> |
lines() |
int |
port() |
int |
readTimeoutMs() |
long |
retryIntervalMs() |
boolean |
ssl() |
String |
toString() |
public String id()
public String host()
public int port()
public boolean ssl()
public Optional<Authentication> authentication()
public int readTimeoutMs()
public long retryIntervalMs()
public boolean enabled()
public static Connection.Builder builder()
public rx.Observable<String> lines()
lines
in interface GroupMember
Copyright © 2020. All rights reserved.