public abstract static class TcpipServerChannel.TcpipFactory extends Object implements ChannelFactory, ExecutorServiceCarrier
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Modifier | Constructor and Description |
---|---|
protected |
TcpipFactory(TcpForwardingFilter.Type type) |
Modifier and Type | Method and Description |
---|---|
Channel |
createChannel(Session session) |
CloseableExecutorService |
getExecutorService() |
String |
getName() |
TcpForwardingFilter.Type |
getType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createChannel
findByName, findFirstMatchByName, getNameList, getNames, ofName, removeByName, safeCompareByName
protected TcpipFactory(TcpForwardingFilter.Type type)
public final TcpForwardingFilter.Type getType()
public final String getName()
getName
in interface NamedResource
public CloseableExecutorService getExecutorService()
getExecutorService
in interface ExecutorServiceCarrier
CloseableExecutorService
to usepublic Channel createChannel(Session session) throws IOException
createChannel
in interface ChannelFactory
session
- The Session
through which the request is madeChannel
IOException
- If failed to create the requested instanceCopyright © 2008–2024 The Apache Software Foundation. All rights reserved.