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