public class ServerConnection extends Connection
Connection.Factory, Connection.Tracker
Modifier and Type | Field and Description |
---|---|
static Connection.Factory |
FACTORY |
Constructor and Description |
---|
ServerConnection(Connection.Tracker tracker) |
Modifier and Type | Method and Description |
---|---|
void |
applyStateTransition(Message.Type requestType,
Message.Type responseType) |
ISaslAwareAuthenticator.SaslAuthenticator |
getAuthenticator() |
QueryState |
validateNewMessage(Message.Type type,
int version,
int streamId) |
channel, getCompressor, getTracker, registerChannel, setCompressor
public static final Connection.Factory FACTORY
public ServerConnection(Connection.Tracker tracker)
public QueryState validateNewMessage(Message.Type type, int version, int streamId)
public void applyStateTransition(Message.Type requestType, Message.Type responseType)
public ISaslAwareAuthenticator.SaslAuthenticator getAuthenticator()
Copyright © 2013 The Apache Software Foundation