From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../minecraft/network/NettyEncryptingEncoder.html | 346 +++++++++++++++++++++ 1 file changed, 346 insertions(+) create mode 100644 javadoc/net/minecraft/network/NettyEncryptingEncoder.html (limited to 'javadoc/net/minecraft/network/NettyEncryptingEncoder.html') diff --git a/javadoc/net/minecraft/network/NettyEncryptingEncoder.html b/javadoc/net/minecraft/network/NettyEncryptingEncoder.html new file mode 100644 index 0000000..bbad89b --- /dev/null +++ b/javadoc/net/minecraft/network/NettyEncryptingEncoder.html @@ -0,0 +1,346 @@ + + + + + +NettyEncryptingEncoder (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.network
+

Class NettyEncryptingEncoder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelOutboundHandler
    +
    +
    +
    +
    public class NettyEncryptingEncoder
    +extends io.netty.handler.codec.MessageToByteEncoder
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      +
        +
      • + + +

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

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

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      NettyEncryptingEncoder(javax.crypto.Cipher p_i45142_1_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected voidencode(io.netty.channel.ChannelHandlerContext p_encode_1_, + io.netty.buffer.ByteBuf p_encode_2_, + io.netty.buffer.ByteBuf p_encode_3_) 
      protected voidencode(io.netty.channel.ChannelHandlerContext p_encode_1_, + java.lang.Object p_encode_2_, + io.netty.buffer.ByteBuf p_encode_3_) 
      +
        +
      • + + +

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

        +acceptOutboundMessage, write
      • +
      +
        +
      • + + +

        Methods inherited from class io.netty.channel.ChannelOutboundHandlerAdapter

        +bind, close, connect, deregister, disconnect, flush, read
      • +
      +
        +
      • + + +

        Methods inherited from class io.netty.channel.ChannelHandlerAdapter

        +exceptionCaught, 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

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

      Constructor Detail

      + + + +
        +
      • +

        NettyEncryptingEncoder

        +
        public NettyEncryptingEncoder(javax.crypto.Cipher p_i45142_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        encode

        +
        protected void encode(io.netty.channel.ChannelHandlerContext p_encode_1_,
        +          io.netty.buffer.ByteBuf p_encode_2_,
        +          io.netty.buffer.ByteBuf p_encode_3_)
        +               throws javax.crypto.ShortBufferException
        +
        Throws:
        +
        javax.crypto.ShortBufferException
        +
      • +
      + + + +
        +
      • +

        encode

        +
        protected void encode(io.netty.channel.ChannelHandlerContext p_encode_1_,
        +          java.lang.Object p_encode_2_,
        +          io.netty.buffer.ByteBuf p_encode_3_)
        +               throws javax.crypto.ShortBufferException
        +
        +
        Specified by:
        +
        encode in class io.netty.handler.codec.MessageToByteEncoder
        +
        Throws:
        +
        javax.crypto.ShortBufferException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3