public interface StreamingChannel
Modifier and Type | Interface and Description |
---|---|
static interface |
StreamingChannel.Factory |
static class |
StreamingChannel.Kind |
static interface |
StreamingChannel.Send |
Modifier and Type | Method and Description |
---|---|
StreamingDataOutputPlus |
acquireOut()
until closed, cannot invoke
send(Send) |
io.netty.util.concurrent.Future<?> |
close() |
boolean |
connected() |
java.net.InetSocketAddress |
connectedTo() |
java.lang.String |
description() |
java.lang.Object |
id() |
StreamingDataInputPlus |
in() |
void |
onClose(java.lang.Runnable runOnClose) |
java.net.InetSocketAddress |
peer() |
io.netty.util.concurrent.Future<?> |
send(StreamingChannel.Send send) |
java.lang.Object id()
java.lang.String description()
java.net.InetSocketAddress peer()
java.net.InetSocketAddress connectedTo()
boolean connected()
StreamingDataInputPlus in()
StreamingDataOutputPlus acquireOut()
send(Send)
io.netty.util.concurrent.Future<?> send(StreamingChannel.Send send) throws java.io.IOException
java.io.IOException
io.netty.util.concurrent.Future<?> close()
void onClose(java.lang.Runnable runOnClose)
Copyright © 2009-2022 The Apache Software Foundation