Package | Description |
---|---|
org.jgroups.stack |
Support for managing protocol stacks.
|
Modifier and Type | Class and Description |
---|---|
class |
RouterStubManager
Manages a list of RouterStubs (e.g.
|
Modifier and Type | Field and Description |
---|---|
protected RouterStub.CloseListener |
RouterStub.close_listener |
Modifier and Type | Method and Description |
---|---|
RouterStub.CloseListener |
RouterStub.connectionListener() |
Modifier and Type | Method and Description |
---|---|
RouterStub |
RouterStub.connectionListener(RouterStub.CloseListener l) |
Constructor and Description |
---|
RouterStub(java.net.InetAddress bind_addr,
int bind_port,
java.net.InetAddress router_host,
int router_port,
boolean use_nio,
RouterStub.CloseListener l)
Creates a stub to a remote GossipRouter
|
RouterStub(IpAddress local,
IpAddress remote,
boolean use_nio,
RouterStub.CloseListener l) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.