public class WebSocketByteIOFramerFactory extends Object implements ByteIOFramerFactory
Modifier and Type | Method and Description |
---|---|
ByteIOFramer |
provideFramer(MessageReceiver receiver,
String label)
Provide an I/O framer for a new HTTP connection.
|
public ByteIOFramer provideFramer(MessageReceiver receiver, String label)
provideFramer
in interface ByteIOFramerFactory
receiver
- Object to deliver received messages to.label
- A printable label identifying the associated connection.Copyright © 2017. All rights reserved.