public interface ProtocolDelegate<C>
void
command(C context, Method command)
control(C context, Method control)
error(C context, ProtocolError error)
init(C context, ProtocolHeader header)
void init(C context, ProtocolHeader header)
void control(C context, Method control)
void command(C context, Method command)
void error(C context, ProtocolError error)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.