Download netty-handler-4.0.23.final.jar file

Introduction

You can download netty-handler-4.0.23.final.jar in this page.

License

Apache License

Type List

netty-handler-4.0.23.final.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/io.netty.versions.properties
META-INF/maven/io.netty/netty-handler/pom.properties
META-INF/maven/io.netty/netty-handler/pom.xml
io.netty.handler.logging.LogLevel.class
io.netty.handler.logging.LoggingHandler.class
io.netty.handler.ssl.JdkSslClientContext.class
io.netty.handler.ssl.JdkSslContext.class
io.netty.handler.ssl.JdkSslServerContext.class
io.netty.handler.ssl.JettyNpnSslEngine.class
io.netty.handler.ssl.JettyNpnSslSession.class
io.netty.handler.ssl.NotSslRecordException.class
io.netty.handler.ssl.OpenSsl.class
io.netty.handler.ssl.OpenSslEngine.class
io.netty.handler.ssl.OpenSslServerContext.class
io.netty.handler.ssl.OpenSslSessionStats.class
io.netty.handler.ssl.PemReader.class
io.netty.handler.ssl.SslContext.class
io.netty.handler.ssl.SslHandler.class
io.netty.handler.ssl.SslHandshakeCompletionEvent.class
io.netty.handler.ssl.SslProvider.class
io.netty.handler.ssl.util.BouncyCastleSelfSignedCertGenerator.class
io.netty.handler.ssl.util.FingerprintTrustManagerFactory.class
io.netty.handler.ssl.util.InsecureTrustManagerFactory.class
io.netty.handler.ssl.util.OpenJdkSelfSignedCertGenerator.class
io.netty.handler.ssl.util.SelfSignedCertificate.class
io.netty.handler.ssl.util.SimpleTrustManagerFactory.class
io.netty.handler.ssl.util.ThreadLocalInsecureRandom.class
io.netty.handler.stream.ChunkedFile.class
io.netty.handler.stream.ChunkedInput.class
io.netty.handler.stream.ChunkedNioFile.class
io.netty.handler.stream.ChunkedNioStream.class
io.netty.handler.stream.ChunkedStream.class
io.netty.handler.stream.ChunkedWriteHandler.class
io.netty.handler.timeout.IdleState.class
io.netty.handler.timeout.IdleStateEvent.class
io.netty.handler.timeout.IdleStateHandler.class
io.netty.handler.timeout.ReadTimeoutException.class
io.netty.handler.timeout.ReadTimeoutHandler.class
io.netty.handler.timeout.TimeoutException.class
io.netty.handler.timeout.WriteTimeoutException.class
io.netty.handler.timeout.WriteTimeoutHandler.class
io.netty.handler.traffic.AbstractTrafficShapingHandler.class
io.netty.handler.traffic.ChannelTrafficShapingHandler.class
io.netty.handler.traffic.GlobalTrafficShapingHandler.class
io.netty.handler.traffic.TrafficCounter.class

Pom

netty-handler-4.0.23.final.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2012 The Netty Project
  ~
  ~ The Netty Project licenses this file to you under the Apache License,
  ~ version 2.0 (the "License"); you may not use this file except in compliance
  ~ with the License. You may obtain a copy of the License at:
  ~
  ~   http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  ~ License for the specific language governing permissions and limitations
  ~ under the License.
  -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>io.netty</groupId>
    <artifactId>netty-parent</artifactId>
    <version>4.0.23.Final</version>
  </parent>

  <artifactId>netty-handler</artifactId>
  <packaging>jar</packaging>

  <name>Netty/Handler</name>

  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>netty-buffer</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>netty-transport</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>netty-codec</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>netty-tcnative</artifactId>
      <classifier>${os.detected.classifier}</classifier>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcpkix-jdk15on</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jetty.npn</groupId>
      <artifactId>npn-api</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.mortbay.jetty.npn</groupId>
      <artifactId>npn-boot</artifactId>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.netty</groupId>
   <artifactId>netty-handler</artifactId>
   <version>4.0.23.final</version>
</dependency>

Download

If you think the following netty-handler-4.0.23.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download netty-handler-4.0.23.final.jar file




PreviousNext

Related