public class LoggingIOSessionListener extends Object implements IOSessionListener
Modifier and Type | Field and Description |
---|---|
static LoggingIOSessionListener |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
connected(IOSession session) |
void |
disconnected(IOSession session) |
void |
exception(IOSession session,
Exception ex) |
void |
inputReady(IOSession session) |
void |
outputReady(IOSession session) |
void |
startTls(IOSession session) |
void |
timeout(IOSession session) |
public static final LoggingIOSessionListener INSTANCE
public void connected(IOSession session)
connected
in interface IOSessionListener
public void startTls(IOSession session)
startTls
in interface IOSessionListener
public void inputReady(IOSession session)
inputReady
in interface IOSessionListener
public void outputReady(IOSession session)
outputReady
in interface IOSessionListener
public void timeout(IOSession session)
timeout
in interface IOSessionListener
public void exception(IOSession session, Exception ex)
exception
in interface IOSessionListener
public void disconnected(IOSession session)
disconnected
in interface IOSessionListener
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.