public interface TransportManager
Modifier and Type | Method and Description |
---|---|
void |
close() |
Collection |
getAcceptors() |
ByteBufferPool |
getByteBufferPool(int id) |
InboundConnectionCache |
getInboundConnectionCache(Acceptor acceptor) |
Collection |
getInboundConnectionCaches() |
OutboundConnectionCache |
getOutboundConnectionCache(ContactInfo contactInfo) |
Collection |
getOutboundConnectionCaches() |
Selector |
getSelector(int id) |
void |
registerAcceptor(Acceptor acceptor) |
void |
unregisterAcceptor(Acceptor acceptor) |
ByteBufferPool getByteBufferPool(int id)
OutboundConnectionCache getOutboundConnectionCache(ContactInfo contactInfo)
Collection getOutboundConnectionCaches()
InboundConnectionCache getInboundConnectionCache(Acceptor acceptor)
Collection getInboundConnectionCaches()
Selector getSelector(int id)
void registerAcceptor(Acceptor acceptor)
Collection getAcceptors()
void unregisterAcceptor(Acceptor acceptor)
void close()
Copyright © 2019 JBoss by Red Hat. All rights reserved.