T - @FunctionalInterface public interface DataParser<T extends Serializable>
| Modifier and Type | Method and Description |
|---|---|
void |
parse(T data)
Called when data arrives from the other end
of network connection
|
void parse(T data)
data - the data objectCopyright © 2018. All rights reserved.