Class ConnectionReader<LT>
java.lang.Object
io.aether.net.virtual.ConnectionReader<LT>
Объект соединения — читает фреймы из InputStream, парсит через PackNumberStreamParser,
передаёт payload в localApiMeta.makeLocal(). По одному экземпляру на соединение.
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionReader(io.aether.net.fastMeta.FastMetaApi<LT, ?> localApiMeta, io.aether.net.fastMeta.MetaContext ctx, InputStream in, io.aether.utils.BufferPool pool) -
Method Summary
-
Constructor Details
-
ConnectionReader
public ConnectionReader(io.aether.net.fastMeta.FastMetaApi<LT, ?> localApiMeta, io.aether.net.fastMeta.MetaContext ctx, InputStream in, io.aether.utils.BufferPool pool)
-
-
Method Details
-
readLoop
- Throws:
Exception
-