Class ProtocolServerConfigurationBuilder<T extends ProtocolServerConfiguration<T,A> , S extends ProtocolServerConfigurationChildBuilder<T,S,A> , A extends AuthenticationConfiguration>
java.lang.Object
org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder<T,S,A>
- All Implemented Interfaces:
Builder<T>,Self<S>,ProtocolServerConfigurationChildBuilder<T,S, A>
- Direct Known Subclasses:
HotRodServerConfigurationBuilder,MemcachedServerConfigurationBuilder,RespServerConfigurationBuilder,RestServerConfigurationBuilder
public abstract class ProtocolServerConfigurationBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T,S,A>, A extends AuthenticationConfiguration>
extends Object
implements ProtocolServerConfigurationChildBuilder<T,S,A>, Builder<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AttributeSetprotected final IpFilterConfigurationBuilder<T, S, A> protected final SslConfigurationBuilder<T, S, A> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtocolServerConfigurationBuilder(int port, AttributeSet attributes) -
Method Summary
Modifier and TypeMethodDescriptionIndicates theAdminOperationsHandlerwhich will be used to handle admin operationsdefaultCacheName(String defaultCacheName) Specifies the cache to use as a default cache for the protocolhost()Specifies the host or IP address on which this server will listenidleTimeout(int idleTimeout) Specifies the maximum time that connections from client will be kept open without activitybooleanimplicitConnector(boolean implicitConnector) Indicates whether this connector was added implicitlyioThreads(int ioThreads) Sets the number of I/O threadsipFilter()Configures the IP filter rulesmaxContentLength(String maxContentLength) The maximum size a request can be, if exceeded the request will be rejected and possibly forcibly close the socketname()Specifies a custom name for this protocol server in order to easily distinguish it from others of the same type on the same server, e.g. via JMX.intport()port(int port) Specifies the port on which this server will listenBuilder<?> Reads the configuration from an already created configuration bean into this builder.recvBufSize(int recvBufSize) Sets the size of the receive buffersendBufSize(int sendBufSize) Sets the size of the send buffersocketBinding(String name) Indicates the name of socket binding which will be usedssl()Configures SSLbooleanstartTransport(boolean startTransport) Indicates whether transport implementation should or should not be started.tcpKeepAlive(boolean tcpKeepAlive) Affects TCP KEEPALIVE on the TCP stack.tcpNoDelay(boolean tcpNoDelay) Affects TCP NODELAY on the TCP stack.voidvalidate()Validate the data in this builder before building the configuration beanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.commons.configuration.Builder
attributes, create, read, resetMethods inherited from interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
authentication, build
-
Field Details
-
attributes
-
ssl
protected final SslConfigurationBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, sslS, A>, A extends AuthenticationConfiguration> -
ipFilter
protected final IpFilterConfigurationBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, ipFilterS, A>, A extends AuthenticationConfiguration>
-
-
Constructor Details
-
ProtocolServerConfigurationBuilder
-
-
Method Details
-
defaultCacheName
Description copied from interface:ProtocolServerConfigurationChildBuilderSpecifies the cache to use as a default cache for the protocol- Specified by:
defaultCacheNamein interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
name
Description copied from interface:ProtocolServerConfigurationChildBuilderSpecifies a custom name for this protocol server in order to easily distinguish it from others of the same type on the same server, e.g. via JMX. Defaults to the empty string. The name should be the same across the cluster.- Specified by:
namein interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
name
-
host
Description copied from interface:ProtocolServerConfigurationChildBuilderSpecifies the host or IP address on which this server will listen- Specified by:
hostin interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
host
-
port
Description copied from interface:ProtocolServerConfigurationChildBuilderSpecifies the port on which this server will listen- Specified by:
portin interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
port
public int port() -
idleTimeout
Description copied from interface:ProtocolServerConfigurationChildBuilderSpecifies the maximum time that connections from client will be kept open without activity- Specified by:
idleTimeoutin interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
tcpNoDelay
Description copied from interface:ProtocolServerConfigurationChildBuilderAffects TCP NODELAY on the TCP stack. Defaults to enabled- Specified by:
tcpNoDelayin interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
tcpKeepAlive
Description copied from interface:ProtocolServerConfigurationChildBuilderAffects TCP KEEPALIVE on the TCP stack. Defaults to disabled- Specified by:
tcpKeepAlivein interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
recvBufSize
Description copied from interface:ProtocolServerConfigurationChildBuilderSets the size of the receive buffer- Specified by:
recvBufSizein interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
sendBufSize
Description copied from interface:ProtocolServerConfigurationChildBuilderSets the size of the send buffer- Specified by:
sendBufSizein interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
ssl
Description copied from interface:ProtocolServerConfigurationChildBuilderConfigures SSL- Specified by:
sslin interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
ipFilter
Description copied from interface:ProtocolServerConfigurationChildBuilderConfigures the IP filter rules- Specified by:
ipFilterin interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
ioThreads
Description copied from interface:ProtocolServerConfigurationChildBuilderSets the number of I/O threads- Specified by:
ioThreadsin interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
startTransport
Description copied from interface:ProtocolServerConfigurationChildBuilderIndicates whether transport implementation should or should not be started.- Specified by:
startTransportin interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
startTransport
public boolean startTransport() -
adminOperationsHandler
Description copied from interface:ProtocolServerConfigurationChildBuilderIndicates theAdminOperationsHandlerwhich will be used to handle admin operations- Specified by:
adminOperationsHandlerin interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
socketBinding
Description copied from interface:ProtocolServerConfigurationChildBuilderIndicates the name of socket binding which will be used- Specified by:
socketBindingin interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
socketBinding
-
implicitConnector
Description copied from interface:ProtocolServerConfigurationChildBuilderIndicates whether this connector was added implicitly- Specified by:
implicitConnectorin interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration>
-
implicitConnector
public boolean implicitConnector() -
maxContentLength
Description copied from interface:ProtocolServerConfigurationChildBuilderThe maximum size a request can be, if exceeded the request will be rejected and possibly forcibly close the socket- Specified by:
maxContentLengthin interfaceProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration<T,A>, S extends ProtocolServerConfigurationChildBuilder<T, S, A>, A extends AuthenticationConfiguration> - Parameters:
maxContentLength- the maximum size a request can be, valid values are handled byByteQuantity- Returns:
- this builder
-
maxContentLength
-
validate
-
read
Description copied from interface:BuilderReads the configuration from an already created configuration bean into this builder. Returns an appropriate builder to allow fluent configuration
-