public class ImmutableURLEndpointListenerConfiguration extends Object
Constructor and Description |
---|
ImmutableURLEndpointListenerConfiguration(URLEndpointListenerConfiguration config) |
Modifier and Type | Method and Description |
---|---|
ListenerAuthenticator |
getAuthenticator() |
Database |
getDatabase() |
String |
getNetworkInterface() |
int |
getPort() |
TLSIdentity |
getTlsIdentity() |
boolean |
isDeltaSyncEnabled() |
boolean |
isReadOnly() |
boolean |
isTlsDisabled() |
public ImmutableURLEndpointListenerConfiguration(@NonNull URLEndpointListenerConfiguration config)
@NonNull public Database getDatabase()
@Nullable public String getNetworkInterface()
@Nullable public TLSIdentity getTlsIdentity()
@Nullable public ListenerAuthenticator getAuthenticator()
public int getPort()
public boolean isTlsDisabled()
public boolean isDeltaSyncEnabled()
public boolean isReadOnly()