public interface Port<X extends Port<X>> extends ConfiguredObject<X>
Modifier and Type | Field and Description |
---|---|
static String |
AUTHENTICATION_PROVIDER |
static String |
BINDING_ADDRESS |
static String |
CLASS_DESCRIPTION |
static String |
CONNECTION_MAXIMUM_AUTHENTICATION_DELAY |
static long |
DEFAULT_MAX_CONNECTION_AUTHENTICATION_DELAY |
static String |
KEY_STORE |
static String |
NEED_CLIENT_AUTH |
static String |
PORT |
static String |
PROTOCOLS |
static String |
TCP_NO_DELAY |
static String |
TRANSPORTS |
static String |
TRUST_STORES |
static String |
WANT_CLIENT_AUTH |
CONTEXT, CREATED_BY, CREATED_TIME, DESCRIPTION, DESIRED_STATE, DURABLE, ID, LAST_UPDATED_BY, LAST_UPDATED_TIME, LIFETIME_POLICY, NAME, OVER_SIZED_ATTRIBUTE_ALTERNATIVE_TEXT, STATE, TYPE
Modifier and Type | Method and Description |
---|---|
Collection<Connection> |
getConnections() |
KeyStore |
getKeyStore() |
int |
getPort() |
Set<Protocol> |
getProtocols() |
List<String> |
getTlsCipherSuiteBlackList() |
List<String> |
getTlsCipherSuiteWhiteList() |
List<String> |
getTlsProtocolBlackList() |
List<String> |
getTlsProtocolWhiteList() |
Set<Transport> |
getTransports() |
Collection<TrustStore> |
getTrustStores() |
void |
start() |
com.google.common.util.concurrent.ListenableFuture<Void> |
startAsync() |
addChangeListener, asObjectRecord, close, closeAsync, createChild, createChildAsync, decryptSecrets, delete, deleteAsync, findConfiguredObject, getActualAttributes, getAttainedChildById, getAttainedChildByName, getAttribute, getAttributeNames, getCategoryClass, getChildById, getChildByName, getChildExecutor, getChildren, getContext, getContextKeys, getContextValue, getContextValue, getCreatedBy, getCreatedTime, getDescription, getDesiredState, getId, getLastOpenedTime, getLastUpdatedBy, getLastUpdatedTime, getLifetimePolicy, getModel, getName, getObjectFactory, getParent, getState, getStatistics, getTaskExecutor, getType, getTypeClass, isDurable, managesChildStorage, open, openAsync, removeChangeListener, setAttribute, setAttributes, setAttributesAsync
static final String CLASS_DESCRIPTION
static final String BINDING_ADDRESS
static final String PORT
static final String PROTOCOLS
static final String TRANSPORTS
static final String TCP_NO_DELAY
static final String NEED_CLIENT_AUTH
static final String WANT_CLIENT_AUTH
static final String AUTHENTICATION_PROVIDER
static final String KEY_STORE
static final String TRUST_STORES
static final String CONNECTION_MAXIMUM_AUTHENTICATION_DELAY
static final long DEFAULT_MAX_CONNECTION_AUTHENTICATION_DELAY
int getPort()
KeyStore getKeyStore()
Collection<TrustStore> getTrustStores()
Collection<Connection> getConnections()
void start()
com.google.common.util.concurrent.ListenableFuture<Void> startAsync()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.