public class Pool extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Pool.LinkConstructor<T extends Link> |
static interface |
Pool.LinkResolver<T extends Link> |
Constructor and Description |
---|
Pool(Collector collector) |
Pool(Collector collector,
Router router) |
Modifier and Type | Method and Description |
---|---|
Receiver |
incoming(String source,
String target) |
Receiver |
newIncoming(Session ssn,
String remote,
String local) |
Sender |
newOutgoing(Session ssn,
String remote,
String local) |
Sender |
outgoing(String target,
String source) |
public Pool(Collector collector)
Copyright © 2016 The Apache Software Foundation. All rights reserved.