public class ServerConnection extends Connection
Connection.Factory, Connection.Tracker| Constructor and Description | 
|---|
| ServerConnection(io.netty.channel.Channel channel,
                ProtocolVersion version,
                Connection.Tracker tracker) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | applyStateTransition(Message.Type requestType,
                    Message.Type responseType) | 
| IAuthenticator.SaslNegotiator | getSaslNegotiator(QueryState queryState) | 
| QueryState | validateNewMessage(Message.Type type,
                  ProtocolVersion version,
                  int streamId) | 
channel, getCompressor, getTracker, getVersion, setCompressorpublic ServerConnection(io.netty.channel.Channel channel,
                        ProtocolVersion version,
                        Connection.Tracker tracker)
public QueryState validateNewMessage(Message.Type type, ProtocolVersion version, int streamId)
public void applyStateTransition(Message.Type requestType, Message.Type responseType)
public IAuthenticator.SaslNegotiator getSaslNegotiator(QueryState queryState)
Copyright © 2018 The Apache Software Foundation