public interface Connection
| Modifier and Type | Field and Description |
|---|---|
static IOException |
CLOSED_EXCEPTION |
static IOException |
SELF_CLOSED_EXCEPTION |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
io.netty.channel.ChannelHandlerContext |
context() |
String |
host() |
int |
inFlight() |
boolean |
isAvailable() |
static final IOException CLOSED_EXCEPTION
static final IOException SELF_CLOSED_EXCEPTION
io.netty.channel.ChannelHandlerContext context()
boolean isAvailable()
int inFlight()
void close()
String host()
Copyright © 2019 JBoss by Red Hat. All rights reserved.