Module 

Interface Messages

  • All Superinterfaces:
    org.jboss.logging.BasicLogger
    All Known Implementing Classes:
    Messages_$logger

    @MessageLogger(projectCode="XNIO")
    public interface Messages
    extends org.jboss.logging.BasicLogger
    • Method Detail

      • greeting

        @Message("XNIO version %s")
        @LogMessage(level=INFO)
        void greeting​(java.lang.String version)
      • nullParameter

        @Message(id=0,
                 value="Method parameter \'%s\' cannot be null")
        java.lang.IllegalArgumentException nullParameter​(java.lang.String name)
      • minRange

        @Message(id=1,
                 value="Method parameter \'%s\' must be greater than %d")
        java.lang.IllegalArgumentException minRange​(java.lang.String paramName,
                                                    int minimumValue)
      • badSockType

        @Message(id=2,
                 value="Unsupported socket address %s")
        java.lang.IllegalArgumentException badSockType​(java.lang.Class<? extends java.net.SocketAddress> type)
      • nullArrayIndex

        @Message(id=3,
                 value="Method parameter \'%s\' contains disallowed null value at index %d")
        java.lang.IllegalArgumentException nullArrayIndex​(java.lang.String paramName,
                                                          int index)
      • mismatchSockType

        @Message(id=4,
                 value="Bind address %s is not the same type as destination address %s")
        java.lang.IllegalArgumentException mismatchSockType​(java.lang.Class<? extends java.net.SocketAddress> bindType,
                                                            java.lang.Class<? extends java.net.SocketAddress> destType)
      • noField

        @Message(id=5,
                 value="No such field named \"%s\" in %s")
        java.lang.IllegalArgumentException noField​(java.lang.String fieldName,
                                                   java.lang.Class<?> clazz)
      • optionClassNotFound

        @Message(id=6,
                 value="Class \"%s\" not found in %s")
        java.lang.IllegalArgumentException optionClassNotFound​(java.lang.String className,
                                                               java.lang.ClassLoader classLoader)
      • fieldNotAccessible

        @Message(id=7,
                 value="Field named \"%s\" is not accessible (public) in %s")
        java.lang.IllegalArgumentException fieldNotAccessible​(java.lang.String fieldName,
                                                              java.lang.Class<?> clazz)
      • fieldNotStatic

        @Message(id=8,
                 value="Field named \"%s\" is not static in %s")
        java.lang.IllegalArgumentException fieldNotStatic​(java.lang.String fieldName,
                                                          java.lang.Class<?> clazz)
      • copyNegative

        @Message(id=9,
                 value="Copy with negative count is not supported")
        java.lang.UnsupportedOperationException copyNegative()
      • invalidOptionInProperty

        @Message(id=10,
                 value="Invalid option \'%s\' in property \'%s\': %s")
        @LogMessage(level=WARN)
        void invalidOptionInProperty​(java.lang.String optionName,
                                     java.lang.String name,
                                     java.lang.Throwable problem)
      • readOnlyBuffer

        @Message(id=12,
                 value="Attempt to write to a read-only buffer")
        java.nio.ReadOnlyBufferException readOnlyBuffer()
      • bufferUnderflow

        @Message(id=13,
                 value="Buffer underflow")
        java.nio.BufferUnderflowException bufferUnderflow()
      • bufferOverflow

        @Message(id=14,
                 value="Buffer overflow")
        java.nio.BufferOverflowException bufferOverflow()
      • parameterOutOfRange

        @Message(id=15,
                 value="Parameter \'%s\' is out of range")
        java.lang.IllegalArgumentException parameterOutOfRange​(java.lang.String name)
      • mixedDirectAndHeap

        @Message(id=16,
                 value="Mixed direct and heap buffers not allowed")
        java.lang.IllegalArgumentException mixedDirectAndHeap()
      • bufferFreed

        @Message(id=17,
                 value="Buffer was already freed")
        java.lang.IllegalStateException bufferFreed()
      • randomWrongThread

        @Message(id=18,
                 value="Access a thread-local random from the wrong thread")
        java.lang.IllegalStateException randomWrongThread()
      • channelNotAvailable

        @Message(id=19,
                 value="Channel not available from connection")
        java.lang.IllegalStateException channelNotAvailable()
      • noOptionParser

        @Message(id=20,
                 value="No parser for this option value type")
        java.lang.IllegalArgumentException noOptionParser()
      • invalidOptionPropertyFormat

        @Message(id=21,
                 value="Invalid format for property value \'%s\'")
        java.lang.IllegalArgumentException invalidOptionPropertyFormat​(java.lang.String value)
      • classNotFound

        @Message(id=22,
                 value="Class %s not found")
        java.lang.IllegalArgumentException classNotFound​(java.lang.String name,
                                                         @Cause
                                                         java.lang.ClassNotFoundException cause)
      • classNotInstance

        @Message(id=23,
                 value="Class %s is not an instance of %s")
        java.lang.IllegalArgumentException classNotInstance​(java.lang.String name,
                                                            java.lang.Class<?> expectedType)
      • invalidOptionName

        @Message(id=24,
                 value="Invalid option name \'%s\'")
        java.lang.IllegalArgumentException invalidOptionName​(java.lang.String name)
      • invalidNullOption

        @Message(id=25,
                 value="Invalid null option \'%s\'")
        java.lang.IllegalArgumentException invalidNullOption​(java.lang.String name)
      • readAppendNotSupported

        @Message(id=26,
                 value="Read with append is not supported")
        java.io.IOException readAppendNotSupported()
      • openModeRequires7

        @Message(id=27,
                 value="Requested file open mode requires Java 7 or higher")
        java.io.IOException openModeRequires7()
      • xnioThreadRequired

        @Message(id=28,
                 value="Current thread is not an XNIO I/O thread")
        java.lang.IllegalStateException xnioThreadRequired()
      • badCompressionFormat

        @Message(id=29,
                 value="Compression format not supported")
        java.lang.IllegalArgumentException badCompressionFormat()
      • differentWorkers

        @Message(id=30,
                 value="Both channels must come from the same worker")
        java.lang.IllegalArgumentException differentWorkers()
      • oneChannelMustBeConnection

        @Message(id=31,
                 value="At least one channel must have a connection")
        java.lang.IllegalArgumentException oneChannelMustBeConnection()
      • oneChannelMustBeSSL

        @Message(id=32,
                 value="At least one channel must be an SSL channel")
        java.lang.IllegalArgumentException oneChannelMustBeSSL()
      • invalidQop

        @Message(id=33,
                 value="\'%s\' is not a valid QOP value")
        java.lang.IllegalArgumentException invalidQop​(java.lang.String name)
      • cantInstantiate

        @Message(id=34,
                 value="Failed to instantiate %s")
        java.lang.IllegalArgumentException cantInstantiate​(java.lang.Class<?> clazz,
                                                           @Cause
                                                           java.lang.Throwable cause)
      • malformedInput

        @Message(id=36,
                 value="Malformed input")
        java.io.CharConversionException malformedInput()
      • unmappableCharacter

        @Message(id=37,
                 value="Unmappable character")
        java.io.CharConversionException unmappableCharacter()
      • characterDecodingProblem

        @Message(id=38,
                 value="Character decoding problem")
        java.io.CharConversionException characterDecodingProblem()
      • mismatchAddressType

        @Message(id=40,
                 value="Mismatched IP address type; expected %s but got %s")
        java.lang.IllegalArgumentException mismatchAddressType​(java.lang.Class<? extends java.net.InetAddress> expected,
                                                               java.lang.Class<? extends java.net.InetAddress> actual)
      • invalidStrength

        @Message(id=41,
                 value="\'%s\' is not a valid Strength value")
        java.lang.IllegalArgumentException invalidStrength​(java.lang.String name)
      • addressUnresolved

        @Message(id=42,
                 value="Cannot add unresolved address \'%s\'")
        java.lang.IllegalArgumentException addressUnresolved​(java.net.InetSocketAddress bindAddress)
      • missingSslProvider

        @Message(id=100,
                 value="\'https\' URL scheme chosen but no SSL provider given")
        java.lang.IllegalArgumentException missingSslProvider()
      • invalidURLScheme

        @Message(id=101,
                 value="Unknown URL scheme \'%s\' given; must be one of \'http\' or \'https\'")
        java.lang.IllegalArgumentException invalidURLScheme​(java.lang.String scheme)
      • extraChallenge

        @Message(id=200,
                 value="Unexpected extra SASL challenge data received")
        javax.security.sasl.SaslException extraChallenge()
      • extraResponse

        @Message(id=201,
                 value="Unexpected extra SASL response data received")
        javax.security.sasl.SaslException extraResponse()
      • socketBufferTooSmall

        @Message(id=300,
                 value="Socket buffer is too small")
        java.lang.IllegalArgumentException socketBufferTooSmall()
      • appBufferTooSmall

        @Message(id=301,
                 value="Application buffer is too small")
        java.lang.IllegalArgumentException appBufferTooSmall()
      • wrongBufferExpansion

        @Message(id=302,
                 value="SSLEngine required a bigger send buffer but our buffer was already big enough")
        java.io.IOException wrongBufferExpansion()
      • unexpectedWrapResult

        @Message(id=303,
                 value="Unexpected wrap result status: %s")
        java.io.IOException unexpectedWrapResult​(javax.net.ssl.SSLEngineResult.Status status)
      • unexpectedHandshakeStatus

        @Message(id=304,
                 value="Unexpected handshake status: %s")
        java.io.IOException unexpectedHandshakeStatus​(javax.net.ssl.SSLEngineResult.HandshakeStatus status)
      • unexpectedUnwrapResult

        @Message(id=305,
                 value="Unexpected unwrap result status: %s")
        java.io.IOException unexpectedUnwrapResult​(javax.net.ssl.SSLEngineResult.Status status)
      • notFromThisProvider

        @Message(id=306,
                 value="SSL connection is not from this provider")
        java.lang.IllegalArgumentException notFromThisProvider()
      • 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")
        java.io.IOException recvInvalidMsgLength​(int length)
      • writeShutDown

        @Message(id=805,
                 value="Writes have been shut down")
        java.io.EOFException writeShutDown()
      • txMsgTooLarge

        @Message(id=806,
                 value="Transmitted message is too large")
        java.io.IOException txMsgTooLarge()
      • unflushedData

        @Message(id=807,
                 value="Unflushed data truncated")
        java.io.IOException unflushedData()
      • interruptedIO

        @Message(id=808,
                 value="I/O operation was interrupted")
        java.io.InterruptedIOException interruptedIO()
      • interruptedIO

        java.io.InterruptedIOException interruptedIO​(@Field
                                                     int bytesTransferred)
      • flushSmallBuffer

        @Message(id=809,
                 value="Cannot flush due to insufficient buffer space")
        java.io.IOException flushSmallBuffer()
      • deflaterState

        @Message(id=810,
                 value="Deflater doesn\'t need input, but won\'t produce output")
        java.io.IOException deflaterState()
      • inflaterNeedsDictionary

        @Message(id=811,
                 value="Inflater needs dictionary")
        java.io.IOException inflaterNeedsDictionary()
      • connectionClosedEarly

        @Message(id=812,
                 value="Connection closed unexpectedly")
        java.io.EOFException connectionClosedEarly()
      • streamClosed

        @Message(id=813,
                 value="The stream is closed")
        java.io.IOException streamClosed()
      • markNotSet

        @Message(id=814,
                 value="Mark not set")
        java.io.IOException markNotSet()
      • redirect

        @Message(id=816,
                 value="Redirect encountered establishing connection")
        java.lang.String redirect()
      • unsupported

        @Message(id=900,
                 value="Method \'%s\' is not supported on this implementation")
        java.lang.UnsupportedOperationException unsupported​(java.lang.String methodName)
      • blockingNotAllowed

        @Message(id=1000,
                 value="Blocking I/O is not allowed on the current thread")
        java.lang.IllegalStateException blockingNotAllowed()
      • noProviderFound

        @Message(id=1001,
                 value="No XNIO provider found")
        java.lang.IllegalArgumentException noProviderFound()
      • opCancelled

        @Message(id=1002,
                 value="Operation was cancelled")
        java.util.concurrent.CancellationException opCancelled()
      • notifierFailed

        @Message(id=1003,
                 value="Running IoFuture notifier %s failed")
        @LogMessage(level=WARN)
        void notifierFailed​(@Cause
                            java.lang.Throwable cause,
                            IoFuture.Notifier<?,​?> notifier)
      • opTimedOut

        @Message(id=1004,
                 value="Operation timed out")
        java.util.concurrent.TimeoutException opTimedOut()
      • propReadForbidden

        @Message(id=1005,
                 value="Not allowed to read non-XNIO properties")
        java.lang.SecurityException propReadForbidden()
      • failedToInvokeFileWatchCallback

        @Message(id=1006,
                 value="Failed to invoke file watch callback")
        @LogMessage(level=ERROR)
        void failedToInvokeFileWatchCallback​(@Cause
                                             java.lang.Throwable cause)
      • listenerException

        @Message(id=1007,
                 value="A channel event listener threw an exception")
        @LogMessage(level=ERROR)
        void listenerException​(@Cause
                               java.lang.Throwable cause)
      • exceptionHandlerException

        @Message(id=1008,
                 value="A channel exception handler threw an exception")
        @LogMessage(level=ERROR)
        void exceptionHandlerException​(@Cause
                                       java.lang.Throwable cause)
      • acceptFailed

        @Message(id=1009,
                 value="Failed to accept a connection on %s: %s")
        @LogMessage(level=ERROR)
        void acceptFailed​(AcceptingChannel<? extends ConnectedChannel> channel,
                          java.io.IOException reason)
      • executorSubmitFailed

        @Message(id=1010,
                 value="Failed to submit task to executor: %s (closing %s)")
        @LogMessage(level=ERROR)
        void executorSubmitFailed​(java.util.concurrent.RejectedExecutionException cause,
                                  java.nio.channels.Channel channel)
      • closingResource

        @Message("Closing resource %s")
        @LogMessage(level=TRACE)
        void closingResource​(java.lang.Object resource)
      • resourceCloseFailed

        @Message("Closing resource %s failed")
        @LogMessage(level=TRACE)
        void resourceCloseFailed​(@Cause
                                 java.lang.Throwable cause,
                                 java.lang.Object resource)
      • resourceReadShutdownFailed

        @Message("Shutting down reads on %s failed")
        @LogMessage(level=TRACE)
        void resourceReadShutdownFailed​(@Cause
                                        java.lang.Throwable cause,
                                        java.lang.Object resource)