Package io.webfolder.cdp.channel
Interface ChannelFactory
- All Known Implementing Classes:
AsyncWebSocketFactory
,JakartaWebSocketFactory
,JettyWebSocketFactory
,JreWebSocketFactory
,NettyWebSocketChannelFactory
,NvWebSocketFactory
,StandardWebSocketFactory
,TooTallNateWebSocketFactory
,UndertowWebSocketFactory
,VertxWebSocketFactory
public interface ChannelFactory
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateChannel
(Connection connection, SessionFactory factory, MessageHandler handler)
-
Field Details
-
MAX_PAYLOAD_SIZE
static final int MAX_PAYLOAD_SIZE- See Also:
-
-
Method Details
-
createChannel
-