Uses of Class
org.jgroups.util.PortsManager
Packages that use PortsManager
Package
Description
Provides building blocks that are layered on top of channels.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of PortsManager in org.jgroups.blocks
Fields in org.jgroups.blocks declared as PortsManagerConstructors in org.jgroups.blocks with parameters of type PortsManagerModifierConstructorDescriptionConnectionTable
(BasicConnectionTable.Receiver r, InetAddress bind_addr, InetAddress external_addr, int srv_port, int max_port, long reaper_interval, long conn_expire_time, PortsManager pm) ConnectionTable including a connection reaper.ConnectionTable
(BasicConnectionTable.Receiver r, InetAddress bind_addr, InetAddress external_addr, int srv_port, int max_port, PortsManager pm) Create a ConnectionTableConnectionTableNIO
(BasicConnectionTable.Receiver r, InetAddress bind_addr, InetAddress external_addr, int srv_port, int max_port, PortsManager pm, boolean doStart) ConnectionTableNIO
(BasicConnectionTable.Receiver r, InetAddress bind_addr, InetAddress external_addr, int srv_port, int max_port, PortsManager pm, long reaper_interval, long conn_expire_time, boolean doStart) -
Uses of PortsManager in org.jgroups.protocols
Fields in org.jgroups.protocols declared as PortsManagerMethods in org.jgroups.protocols with parameters of type PortsManagerModifier and TypeMethodDescriptionprotected ConnectionTableNIO
TCP_NIO.getConnectionTable
(long ri, long cet, InetAddress b_addr, InetAddress bc_addr, int s_port, int e_port, PortsManager pm) protected ConnectionTable
TCP.getConnectionTable
(long reaperInterval, long connExpireTime, InetAddress bindAddress, InetAddress externalAddress, int startPort, int endPort, PortsManager pm)