public class BootstrapAdapter extends Object
Constructor and Description |
---|
BootstrapAdapter(Bootstrap bootstrap)
Create a new
BootstrapAdapter . |
Modifier and Type | Method and Description |
---|---|
ChannelFuture |
connect()
Connect the underlying
Bootstrap and return a ChannelFuture . |
public BootstrapAdapter(Bootstrap bootstrap)
Create a new BootstrapAdapter
.
bootstrap
- the wrapped bootstrap.public ChannelFuture connect()
Connect the underlying Bootstrap
and return a ChannelFuture
.
Copyright © 2014 Couchbase, Inc.