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