private abstract class AuditLogger.ActiveConnection extends Object implements Closeable
Modifier and Type | Field and Description |
---|---|
(package private) Connection |
conn |
(package private) Connection |
remoteConn |
Constructor and Description |
---|
ActiveConnection(Connection conn,
Connection remoteConn) |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
sendMessage(DatagramPacket msg) |
final Connection conn
final Connection remoteConn
ActiveConnection(Connection conn, Connection remoteConn)
abstract void sendMessage(DatagramPacket msg) throws IOException, IncompatibleConnectionException, GeneralSecurityException
Copyright © 2017 dcm4che.org. All rights reserved.