public class InProcessChannelBuilder extends AbstractChannelBuilder<InProcessChannelBuilder>
The channel is intended to be fully-featured, high performance, and useful in testing.
AbstractChannelBuilder.ChannelEssentials
Modifier and Type | Method and Description |
---|---|
protected AbstractChannelBuilder.ChannelEssentials |
buildEssentials()
Children of AbstractChannelBuilder should override this method to provide transport specific
information for the channel.
|
static InProcessChannelBuilder |
forName(String name)
Create a channel builder that will connect to the server with the given name.
|
public static InProcessChannelBuilder forName(String name)
name
- the identity of the server to connect toprotected AbstractChannelBuilder.ChannelEssentials buildEssentials()
AbstractChannelBuilder
buildEssentials
in class AbstractChannelBuilder<InProcessChannelBuilder>