- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
Messages_$logger
@MessageLogger(projectCode="XNIO")
public interface Messages
extends org.jboss.logging.BasicLogger
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
acceptFailed
(AcceptingChannel<? extends ConnectedChannel> channel, IOException reason) addressUnresolved
(InetSocketAddress bindAddress) badSockType
(Class<? extends SocketAddress> type) cantInstantiate
(Class<?> clazz, Throwable cause) classNotFound
(String name, ClassNotFoundException cause) classNotInstance
(String name, Class<?> expectedType) void
closingResource
(Object resource) void
connectionNotifyReadClosedFailed
(Throwable cause, StreamConnection connection) void
connectionNotifyWriteClosedFailed
(Throwable cause, StreamConnection connection) void
void
executorSubmitFailed
(RejectedExecutionException cause, Channel channel) void
expandedSslBufferEnabled
(int bufferSize) void
failedToCloseSSLEngine
(Throwable cause, Exception originalException) void
fieldNotAccessible
(String fieldName, Class<?> clazz) fieldNotStatic
(String fieldName, Class<?> clazz) fixedUnderflow
(long remaining) void
interruptedIO
(int bytesTransferred) invalidNullOption
(String name) void
invalidOptionInProperty
(String optionName, String name, Throwable problem) invalidOptionName
(String name) invalidQop
(String name) invalidStrength
(String name) invalidURLScheme
(String scheme) void
listenerException
(Throwable cause) mismatchAddressType
(Class<? extends InetAddress> expected, Class<? extends InetAddress> actual) mismatchSockType
(Class<? extends SocketAddress> bindType, Class<? extends SocketAddress> destType) void
notifierFailed
(Throwable cause, IoFuture.Notifier<?, ?> notifier, Object attachment) nullArrayIndex
(String paramName, int index) nullParameter
(String name) optionClassNotFound
(String className, ClassLoader classLoader) parameterOutOfRange
(String name) recvInvalidMsgLength
(int length) redirect()
void
resourceCloseFailed
(Throwable cause, Object resource) void
resourceReadShutdownFailed
(Throwable cause, Object resource) unsupported
(String methodName) Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
-
Field Details
-
msg
-
futureMsg
-
optionParseMsg
-
closeMsg
-
listenerMsg
-
-
Method Details
-
greeting
-
nullParameter
@Message(id=0, value="Method parameter \'%s\' cannot be null") IllegalArgumentException nullParameter(String name) -
minRange
@Message(id=1, value="Method parameter \'%s\' must be greater than %d") IllegalArgumentException minRange(String paramName, int minimumValue) -
badSockType
@Message(id=2, value="Unsupported socket address %s") IllegalArgumentException badSockType(Class<? extends SocketAddress> type) -
nullArrayIndex
@Message(id=3, value="Method parameter \'%s\' contains disallowed null value at index %d") IllegalArgumentException nullArrayIndex(String paramName, int index) -
mismatchSockType
@Message(id=4, value="Bind address %s is not the same type as destination address %s") IllegalArgumentException mismatchSockType(Class<? extends SocketAddress> bindType, Class<? extends SocketAddress> destType) -
noField
@Message(id=5, value="No such field named \"%s\" in %s") IllegalArgumentException noField(String fieldName, Class<?> clazz) -
optionClassNotFound
@Message(id=6, value="Class \"%s\" not found in %s") IllegalArgumentException optionClassNotFound(String className, ClassLoader classLoader) -
fieldNotAccessible
@Message(id=7, value="Field named \"%s\" is not accessible (public) in %s") IllegalArgumentException fieldNotAccessible(String fieldName, Class<?> clazz) -
fieldNotStatic
@Message(id=8, value="Field named \"%s\" is not static in %s") IllegalArgumentException fieldNotStatic(String fieldName, Class<?> clazz) -
copyNegative
@Message(id=9, value="Copy with negative count is not supported") UnsupportedOperationException copyNegative() -
invalidOptionInProperty
-
readOnlyBuffer
@Message(id=12, value="Attempt to write to a read-only buffer") ReadOnlyBufferException readOnlyBuffer() -
bufferUnderflow
-
bufferOverflow
-
parameterOutOfRange
@Message(id=15, value="Parameter \'%s\' is out of range") IllegalArgumentException parameterOutOfRange(String name) -
mixedDirectAndHeap
@Message(id=16, value="Mixed direct and heap buffers not allowed") IllegalArgumentException mixedDirectAndHeap() -
bufferFreed
-
randomWrongThread
@Message(id=18, value="Access a thread-local random from the wrong thread") IllegalStateException randomWrongThread() -
channelNotAvailable
@Message(id=19, value="Channel not available from connection") IllegalStateException channelNotAvailable() -
noOptionParser
@Message(id=20, value="No parser for this option value type") IllegalArgumentException noOptionParser() -
invalidOptionPropertyFormat
@Message(id=21, value="Invalid format for property value \'%s\'") IllegalArgumentException invalidOptionPropertyFormat(String value) -
classNotFound
@Message(id=22, value="Class %s not found") IllegalArgumentException classNotFound(String name, @Cause ClassNotFoundException cause) -
classNotInstance
@Message(id=23, value="Class %s is not an instance of %s") IllegalArgumentException classNotInstance(String name, Class<?> expectedType) -
invalidOptionName
@Message(id=24, value="Invalid option name \'%s\'") IllegalArgumentException invalidOptionName(String name) -
invalidNullOption
@Message(id=25, value="Invalid null option \'%s\'") IllegalArgumentException invalidNullOption(String name) -
readAppendNotSupported
-
openModeRequires7
@Message(id=27, value="Requested file open mode requires Java 7 or higher") IOException openModeRequires7() -
xnioThreadRequired
@Message(id=28, value="Current thread is not an XNIO I/O thread") IllegalStateException xnioThreadRequired() -
badCompressionFormat
@Message(id=29, value="Compression format not supported") IllegalArgumentException badCompressionFormat() -
differentWorkers
@Message(id=30, value="Both channels must come from the same worker") IllegalArgumentException differentWorkers() -
oneChannelMustBeConnection
@Message(id=31, value="At least one channel must have a connection") IllegalArgumentException oneChannelMustBeConnection() -
oneChannelMustBeSSL
@Message(id=32, value="At least one channel must be an SSL channel") IllegalArgumentException oneChannelMustBeSSL() -
invalidQop
@Message(id=33, value="\'%s\' is not a valid QOP value") IllegalArgumentException invalidQop(String name) -
cantInstantiate
@Message(id=34, value="Failed to instantiate %s") IllegalArgumentException cantInstantiate(Class<?> clazz, @Cause Throwable cause) -
concurrentAccess
@Message(id=35, value="Stream channel was accessed concurrently") ConcurrentStreamChannelAccessException concurrentAccess() -
malformedInput
-
unmappableCharacter
-
characterDecodingProblem
@Message(id=38, value="Character decoding problem") CharConversionException characterDecodingProblem() -
mismatchAddressType
@Message(id=40, value="Mismatched IP address type; expected %s but got %s") IllegalArgumentException mismatchAddressType(Class<? extends InetAddress> expected, Class<? extends InetAddress> actual) -
invalidStrength
@Message(id=41, value="\'%s\' is not a valid Strength value") IllegalArgumentException invalidStrength(String name) -
addressUnresolved
@Message(id=42, value="Cannot add unresolved address \'%s\'") IllegalArgumentException addressUnresolved(InetSocketAddress bindAddress) -
missingSslProvider
@Message(id=100, value="\'https\' URL scheme chosen but no SSL provider given") IllegalArgumentException missingSslProvider() -
invalidURLScheme
@Message(id=101, value="Unknown URL scheme \'%s\' given; must be one of \'http\' or \'https\'") IllegalArgumentException invalidURLScheme(String scheme) -
extraChallenge
@Message(id=200, value="Unexpected extra SASL challenge data received") SaslException extraChallenge() -
extraResponse
@Message(id=201, value="Unexpected extra SASL response data received") SaslException extraResponse() -
socketBufferTooSmall
@Message(id=300, value="Socket buffer is too small") IllegalArgumentException socketBufferTooSmall() -
appBufferTooSmall
@Message(id=301, value="Application buffer is too small") IllegalArgumentException appBufferTooSmall() -
wrongBufferExpansion
@Message(id=302, value="SSLEngine required a bigger send buffer but our buffer was already big enough") IOException wrongBufferExpansion() -
unexpectedWrapResult
@Message(id=303, value="Unexpected wrap result status: %s") IOException unexpectedWrapResult(SSLEngineResult.Status status) -
unexpectedHandshakeStatus
@Message(id=304, value="Unexpected handshake status: %s") IOException unexpectedHandshakeStatus(SSLEngineResult.HandshakeStatus status) -
unexpectedUnwrapResult
@Message(id=305, value="Unexpected unwrap result status: %s") IOException unexpectedUnwrapResult(SSLEngineResult.Status status) -
notFromThisProvider
@Message(id=306, value="SSL connection is not from this provider") IllegalArgumentException notFromThisProvider() -
failedToCloseSSLEngine
-
readTimeout
-
writeTimeout
-
fixedOverflow
@Message(id=802, value="Write past the end of a fixed-length channel") FixedLengthOverflowException fixedOverflow() -
fixedUnderflow
@Message(id=803, value="Close before all bytes were written to a fixed-length channel (%d bytes remaining)") FixedLengthUnderflowException fixedUnderflow(long remaining) -
recvInvalidMsgLength
@Message(id=804, value="Received an invalid message length of %d") IOException recvInvalidMsgLength(int length) -
writeShutDown
-
txMsgTooLarge
-
unflushedData
-
interruptedIO
-
interruptedIO
-
flushSmallBuffer
@Message(id=809, value="Cannot flush due to insufficient buffer space") IOException flushSmallBuffer() -
deflaterState
@Message(id=810, value="Deflater doesn\'t need input, but won\'t produce output") IOException deflaterState() -
inflaterNeedsDictionary
-
connectionClosedEarly
-
streamClosed
-
markNotSet
-
redirect
-
unsupported
@Message(id=900, value="Method \'%s\' is not supported on this implementation") UnsupportedOperationException unsupported(String methodName) -
blockingNotAllowed
@Message(id=1000, value="Blocking I/O is not allowed on the current thread") IllegalStateException blockingNotAllowed() -
noProviderFound
-
opCancelled
-
notifierFailed
@Message(id=1003, value="Running IoFuture notifier %s (with attachment %s) failed") @LogMessage(level=WARN) void notifierFailed(@Cause Throwable cause, IoFuture.Notifier<?, ?> notifier, Object attachment) -
opTimedOut
-
propReadForbidden
@Message(id=1005, value="Not allowed to read non-XNIO properties") SecurityException propReadForbidden() -
failedToInvokeFileWatchCallback
@Message(id=1006, value="Failed to invoke file watch callback") @LogMessage(level=ERROR) void failedToInvokeFileWatchCallback(@Cause Throwable cause) -
listenerException
@Message(id=1007, value="A channel event listener threw an exception") @LogMessage(level=ERROR) void listenerException(@Cause Throwable cause) -
exceptionHandlerException
@Message(id=1008, value="A channel exception handler threw an exception") @LogMessage(level=ERROR) void exceptionHandlerException(@Cause Throwable cause) -
acceptFailed
@Message(id=1009, value="Failed to accept a connection on %s") @LogMessage(level=ERROR) void acceptFailed(AcceptingChannel<? extends ConnectedChannel> channel, @Cause IOException reason) -
executorSubmitFailed
@Message(id=1010, value="Failed to submit task to executor: (closing %s)") @LogMessage(level=ERROR) void executorSubmitFailed(@Cause RejectedExecutionException cause, Channel channel) -
closingResource
-
resourceCloseFailed
-
resourceReadShutdownFailed
-
expandedSslBufferEnabled
@Message("Expanded buffer enabled due to overflow with empty buffer, expanded buffer size is %s") @LogMessage(level=TRACE) void expandedSslBufferEnabled(int bufferSize) -
connectionNotifyReadClosedFailed
@Message("Notify read closed for connection %s failed") @LogMessage(level=TRACE) void connectionNotifyReadClosedFailed(@Cause Throwable cause, StreamConnection connection) -
connectionNotifyWriteClosedFailed
@Message("Notify write closed for connection %s failed") @LogMessage(level=TRACE) void connectionNotifyWriteClosedFailed(@Cause Throwable cause, StreamConnection connection)
-