public class ServerConnection extends Connection
Connection.Factory, Connection.Tracker
Constructor and Description |
---|
ServerConnection(org.jboss.netty.channel.Channel channel,
int version,
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, getVersion, setCompressor
public ServerConnection(org.jboss.netty.channel.Channel channel, int version, 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