From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../minecraft/network/NettyEncryptingDecoder.html | 346 +++++++++++++++++++++ 1 file changed, 346 insertions(+) create mode 100644 javadoc/net/minecraft/network/NettyEncryptingDecoder.html (limited to 'javadoc/net/minecraft/network/NettyEncryptingDecoder.html') diff --git a/javadoc/net/minecraft/network/NettyEncryptingDecoder.html b/javadoc/net/minecraft/network/NettyEncryptingDecoder.html new file mode 100644 index 0000000..6b7b1f9 --- /dev/null +++ b/javadoc/net/minecraft/network/NettyEncryptingDecoder.html @@ -0,0 +1,346 @@ + + + + + +NettyEncryptingDecoder (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.network
+

Class NettyEncryptingDecoder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
    +
    +
    +
    +
    public class NettyEncryptingDecoder
    +extends io.netty.handler.codec.MessageToMessageDecoder
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

        Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler

        +io.netty.channel.ChannelHandler.Sharable
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      NettyEncryptingDecoder(javax.crypto.Cipher p_i45141_1_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected voiddecode(io.netty.channel.ChannelHandlerContext p_decode_1_, + io.netty.buffer.ByteBuf p_decode_2_, + java.util.List p_decode_3_) 
      protected voiddecode(io.netty.channel.ChannelHandlerContext p_decode_1_, + java.lang.Object p_decode_2_, + java.util.List p_decode_3_) 
      +
        +
      • + + +

        Methods inherited from class io.netty.handler.codec.MessageToMessageDecoder

        +acceptInboundMessage, channelRead
      • +
      +
        +
      • + + +

        Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter

        +channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
      • +
      +
        +
      • + + +

        Methods inherited from class io.netty.channel.ChannelHandlerAdapter

        +handlerAdded, handlerRemoved, isSharable
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
        +
      • + + +

        Methods inherited from interface io.netty.channel.ChannelHandler

        +handlerAdded, handlerRemoved
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NettyEncryptingDecoder

        +
        public NettyEncryptingDecoder(javax.crypto.Cipher p_i45141_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        decode

        +
        protected void decode(io.netty.channel.ChannelHandlerContext p_decode_1_,
        +          io.netty.buffer.ByteBuf p_decode_2_,
        +          java.util.List p_decode_3_)
        +               throws javax.crypto.ShortBufferException
        +
        Throws:
        +
        javax.crypto.ShortBufferException
        +
      • +
      + + + +
        +
      • +

        decode

        +
        protected void decode(io.netty.channel.ChannelHandlerContext p_decode_1_,
        +          java.lang.Object p_decode_2_,
        +          java.util.List p_decode_3_)
        +               throws javax.crypto.ShortBufferException
        +
        +
        Specified by:
        +
        decode in class io.netty.handler.codec.MessageToMessageDecoder
        +
        Throws:
        +
        javax.crypto.ShortBufferException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3