public interface ProtocolDelegate<C>
Modifier and Type | Method and Description |
---|---|
void |
command(C context,
Method command) |
void |
control(C context,
Method control) |
void |
error(C context,
ProtocolError error) |
void |
init(C context,
ProtocolHeader header) |
void init(C context, ProtocolHeader header)
void error(C context, ProtocolError error)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.