public interface RemoteNamingServerLogger
Modifier and Type | Method and Description |
---|---|
void |
closingChannel(Channel channel,
Throwable t) |
void |
closingChannelOnChannelEnd(Channel channel) |
void |
failedToDetermineClientVersion(IOException exception) |
void |
failedToSendExceptionResponse(IOException ioe) |
void |
failedToSendHeader(IOException exception) |
void |
nullCorrelationId(Throwable t) |
void |
unexpectedParameterType(byte expected,
byte actual) |
void |
unnexpectedError(Throwable t) |
void failedToSendHeader(IOException exception)
void failedToDetermineClientVersion(IOException exception)
void closingChannelOnChannelEnd(Channel channel)
void unnexpectedError(Throwable t)
void nullCorrelationId(Throwable t)
void failedToSendExceptionResponse(IOException ioe)
void unexpectedParameterType(byte expected, byte actual)
Copyright © 2018 JBoss by Red Hat. All rights reserved.