public interface NetworkConnection
Modifier and Type | Method and Description |
---|---|
void |
close() |
SocketAddress |
getLocalAddress() |
long |
getMaxReadIdleMillis() |
long |
getMaxWriteIdleMillis() |
Certificate |
getPeerCertificate() |
Principal |
getPeerPrincipal() |
SocketAddress |
getRemoteAddress() |
ByteBufferSender |
getSender() |
void |
setMaxReadIdleMillis(long millis) |
void |
setMaxWriteIdleMillis(long millis) |
void |
start() |
ByteBufferSender getSender()
void start()
void close()
SocketAddress getRemoteAddress()
SocketAddress getLocalAddress()
void setMaxWriteIdleMillis(long millis)
void setMaxReadIdleMillis(long millis)
Principal getPeerPrincipal()
Certificate getPeerCertificate()
long getMaxReadIdleMillis()
long getMaxWriteIdleMillis()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.