public class InVMAcceptorFactory extends Object implements AcceptorFactory
Constructor and Description |
---|
InVMAcceptorFactory() |
Modifier and Type | Method and Description |
---|---|
Acceptor |
createAcceptor(ClusterConnection clusterConnection,
Map<String,Object> configuration,
BufferHandler handler,
BufferDecoder decoder,
ConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool)
Create a new instance of an Acceptor.
|
Set<String> |
getAllowableProperties()
Returns the allowable properties for this acceptor.
|
public Acceptor createAcceptor(ClusterConnection clusterConnection, Map<String,Object> configuration, BufferHandler handler, BufferDecoder decoder, ConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool)
AcceptorFactory
createAcceptor
in interface AcceptorFactory
configuration
- the configurationhandler
- the handlerdecoder
- the decoderlistener
- the listenerthreadPool
- the threadpoolscheduledThreadPool
- a scheduled thread poolpublic Set<String> getAllowableProperties()
AcceptorFactory
getAllowableProperties
in interface AcceptorFactory
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.