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) |
QueryState |
getQueryState(int streamId) |
void |
validateNewMessage(Message.Type type) |
channel, getCompressor, getTracker, registerChannel, setCompressorpublic static final Connection.Factory FACTORY
public ServerConnection(Connection.Tracker tracker)
public QueryState getQueryState(int streamId)
public void validateNewMessage(Message.Type type)
public void applyStateTransition(Message.Type requestType, Message.Type responseType)
Copyright © 2014 The Apache Software Foundation