Package com.rabbitmq.client.impl
Interface FrameHandlerFactory
-
- All Known Implementing Classes:
AbstractFrameHandlerFactory
,SocketChannelFrameHandlerFactory
,SocketFrameHandlerFactory
public interface FrameHandlerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FrameHandler
create(Address addr)
-
-
-
Method Detail
-
create
FrameHandler create(Address addr) throws IOException
- Throws:
IOException
-
-