public interface HttpPort<X extends HttpPort<X>> extends ClientAuthCapablePort<X>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_HTTP_NEED_CLIENT_AUTH |
static String |
DEFAULT_HTTP_WANT_CLIENT_AUTH |
static long |
DEFAULT_PORT_HTTP_ADDITIONAL_INTERNAL_THREADS |
static long |
DEFAULT_PORT_HTTP_MAXIMUM_QUEUED_REQUESTS |
static long |
DEFAULT_PORT_HTTP_THREAD_POOL_MAXIMUM |
static long |
DEFAULT_PORT_HTTP_THREAD_POOL_MINIMUM |
static String |
PORT_HTTP_ADDITIONAL_INTERNAL_THREADS |
static String |
PORT_HTTP_MAXIMUM_QUEUED_REQUESTS |
static String |
PORT_HTTP_THREAD_POOL_MAXIMUM |
static String |
PORT_HTTP_THREAD_POOL_MINIMUM |
static String |
THREAD_POOL_MAXIMUM |
static String |
THREAD_POOL_MINIMUM |
AUTHENTICATION_PROVIDER, BINDING_ADDRESS, CLASS_DESCRIPTION, CONNECTION_MAXIMUM_AUTHENTICATION_DELAY, DEFAULT_MAX_CONNECTION_AUTHENTICATION_DELAY, KEY_STORE, NEED_CLIENT_AUTH, PORT, PROTOCOLS, TCP_NO_DELAY, TRANSPORTS, TRUST_STORES, WANT_CLIENT_AUTHCONTEXT, 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 |
|---|---|
AuthenticationProvider |
getAuthenticationProvider() |
String |
getBindingAddress() |
TrustStore<?> |
getClientCertRecorder() |
boolean |
getNeedClientAuth() |
Set<Protocol> |
getProtocols() |
int |
getThreadPoolMaximum() |
int |
getThreadPoolMinimum() |
Set<Transport> |
getTransports() |
boolean |
getWantClientAuth() |
void |
setPortManager(PortManager manager) |
getConnections, getKeyStore, getPort, getTlsCipherSuiteBlackList, getTlsCipherSuiteWhiteList, getTlsProtocolBlackList, getTlsProtocolWhiteList, getTrustStores, start, startAsyncaddChangeListener, 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, setAttributesAsyncstatic final String DEFAULT_HTTP_NEED_CLIENT_AUTH
static final String DEFAULT_HTTP_WANT_CLIENT_AUTH
static final String THREAD_POOL_MINIMUM
static final String THREAD_POOL_MAXIMUM
static final String PORT_HTTP_THREAD_POOL_MAXIMUM
static final long DEFAULT_PORT_HTTP_THREAD_POOL_MAXIMUM
static final String PORT_HTTP_THREAD_POOL_MINIMUM
static final long DEFAULT_PORT_HTTP_THREAD_POOL_MINIMUM
static final String PORT_HTTP_ADDITIONAL_INTERNAL_THREADS
static final long DEFAULT_PORT_HTTP_ADDITIONAL_INTERNAL_THREADS
static final String PORT_HTTP_MAXIMUM_QUEUED_REQUESTS
static final long DEFAULT_PORT_HTTP_MAXIMUM_QUEUED_REQUESTS
String getBindingAddress()
boolean getNeedClientAuth()
getNeedClientAuth in interface ClientAuthCapablePort<X extends HttpPort<X>>boolean getWantClientAuth()
getWantClientAuth in interface ClientAuthCapablePort<X extends HttpPort<X>>TrustStore<?> getClientCertRecorder()
getClientCertRecorder in interface ClientAuthCapablePort<X extends HttpPort<X>>AuthenticationProvider getAuthenticationProvider()
getAuthenticationProvider in interface PortWithAuthProvider<X extends HttpPort<X>>Set<Transport> getTransports()
getTransports in interface Port<X extends HttpPort<X>>Set<Protocol> getProtocols()
getProtocols in interface Port<X extends HttpPort<X>>void setPortManager(PortManager manager)
int getThreadPoolMaximum()
int getThreadPoolMinimum()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.