summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/PreviewConnectionHandler.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-03-18 21:31:08 +0000
committerAlan Conway <aconway@apache.org>2008-03-18 21:31:08 +0000
commit36e23bcefbf0a6893370cb041bd05a662f0b2758 (patch)
tree601d29d88e873ac4d58da3cdb2753f02b64998bc /cpp/src/qpid/broker/PreviewConnectionHandler.h
parenteac0911169b24e708637572fe6b5a8283b3f49e0 (diff)
downloadqpid-python-36e23bcefbf0a6893370cb041bd05a662f0b2758.tar.gz
Make AsyncIOAcceptor multi-protocol:
- ConnectionCodec interface replaces ConnectionInputHandle, moves encoding/decoding out of AsyncIOAcceptor. - ConnectionCodec::Factory replaces ConnectionInputHandlerFactory - Acceptor creates version-specific ConnectionCodec based on protocol header. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@638590 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/PreviewConnectionHandler.h')
-rw-r--r--cpp/src/qpid/broker/PreviewConnectionHandler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/PreviewConnectionHandler.h b/cpp/src/qpid/broker/PreviewConnectionHandler.h
index 93901dd492..bd6b54e8f7 100644
--- a/cpp/src/qpid/broker/PreviewConnectionHandler.h
+++ b/cpp/src/qpid/broker/PreviewConnectionHandler.h
@@ -81,7 +81,6 @@ class PreviewConnectionHandler : public framing::FrameHandler
std::auto_ptr<Handler> handler;
public:
PreviewConnectionHandler(PreviewConnection& connection);
- void init(const framing::ProtocolInitiation& header);
void close(framing::ReplyCode code, const std::string& text, framing::ClassId classId, framing::MethodId methodId);
void handle(framing::AMQFrame& frame);
};