| Package | Description |
|---|---|
| com.almasb.fxgl.net |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,DataParser<? super Serializable>> |
NetworkConnection.parsers |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,DataParser<? super Serializable>> |
NetworkConnection.getParsers() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
Net.addDataParser(Class<T> cl,
DataParser<T> parser) |
<T extends Serializable> |
NetworkConnection.addParser(Class<T> cl,
DataParser<T> parser)
Register a parser for specified class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkConnection.setParsers(Map<Class<?>,DataParser<? super Serializable>> parsers) |
Copyright © 2018. All rights reserved.