public class QueryEndpoint extends AbstractEndpoint
FORCE_DNS_LOOKUP_ON_RECONNECT
Constructor and Description |
---|
QueryEndpoint(String hostname,
String bucket,
String password,
int port,
CoreContext ctx)
Deprecated.
|
QueryEndpoint(String hostname,
String bucket,
String username,
String password,
int port,
CoreContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
customEndpointHandlers(ChannelPipeline pipeline)
Add custom endpoint handlers to the
ChannelPipeline . |
bucket, connect, connect, context, diagnostics, disconnect, doConnect, environment, isFree, lastConnectedAt, lastResponse, logIdent, notifyChannelInactive, notifyResponseDecoded, password, remoteAddress, responseBuffer, send, setLastKeepAliveLatency, signalConfigReload, username
hasSubscribers, isState, state, states, transitionState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasSubscribers, isState, state, states
@Deprecated public QueryEndpoint(String hostname, String bucket, String password, int port, CoreContext ctx)
public QueryEndpoint(String hostname, String bucket, String username, String password, int port, CoreContext ctx)
protected void customEndpointHandlers(ChannelPipeline pipeline)
AbstractEndpoint
ChannelPipeline
.
This method needs to be implemented by the actual endpoint implementations to add specific handlers to
the pipeline depending on the endpoint type and intended behavior.customEndpointHandlers
in class AbstractEndpoint
pipeline
- the pipeline where to add handlers.Copyright © 2021 Couchbase, Inc.. All rights reserved.