JavaScript is disabled on your browser.
Skip navigation links
io.netty.channel.group

Class ChannelGroupException

    • Constructor Summary

      Constructors
      Constructor and Description
      ChannelGroupException (java.util.Collection<java.util.Map.Entry<Channel,java.lang.Throwable>> causes)
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      java.util.Iterator<java.util.Map.Entry<Channel,java.lang.Throwable>> iterator ()
      Returns a Iterator which contains all the Throwable that was a cause of the failure and the related id of the Channel.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • ChannelGroupException

        public ChannelGroupException(java.util.Collection<java.util.Map.Entry<Channel,java.lang.Throwable>> causes)
    • Method Detail

      • iterator

        public java.util.Iterator<java.util.Map.Entry<Channel,java.lang.Throwable>> iterator()
        Returns a Iterator which contains all the Throwable that was a cause of the failure and the related id of the Channel.
        Specified by:
        iterator in interface java.lang.Iterable<java.util.Map.Entry<Channel,java.lang.Throwable>>
Skip navigation links

Copyright © 2008–2018 The Netty Project. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /