Download unix-socket-factory-null.jar file

Introduction

You can download unix-socket-factory-null.jar in this page.

License

The Apache Software License, Version 2.0

Type List

unix-socket-factory-null.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/services/socketfactory.spi.SocketFactory
de.gesellix.socketfactory.unix.UnixSocketFactory.class
org.newsclub.net.unix.AFUNIXServerSocket.class
org.newsclub.net.unix.AFUNIXSocket.class
org.newsclub.net.unix.AFUNIXSocketAddress.class
org.newsclub.net.unix.AFUNIXSocketException.class
org.newsclub.net.unix.AFUNIXSocketImpl.class
org.newsclub.net.unix.NativeUnixSocket.class
org/newsclub/net/unix/libjunixsocket-linux-1.5-amd64.so
org/newsclub/net/unix/libjunixsocket-linux-1.5-i386.so
socketfactory.spi.SocketFactory.class

Pom

unix-socket-factory-null.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.gesellix</groupId>
  <artifactId>unix-socket-factory</artifactId>
  <version>2015-01-27T15-02-14</version>
  <dependencies>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>unix-socket-factory</name>
  <description>Adds unix socket support to the Apache HttpClient</description>
  <url>https://github.com/gesellix/unix-socket-factory</url>
  <scm>
    <url>https://github.com/gesellix/unix-socket-factory.git</url>
    <connection>https://github.com/gesellix/unix-socket-factory.git</connection>
    <developerConnection>https://github.com/gesellix/unix-socket-factory.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/license/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>gesellix</id>
      <name>Tobias Gesellchen</name>
      <email>tobias@gesellix.de</email>
    </developer>
  </developers>
</project>

POM Entry

<dependency>
   <groupId>de.gesellix</groupId>
   <artifactId>unix-socket-factory</artifactId>
   <version>null</version>
</dependency>

Download

If you think the following unix-socket-factory-null.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download unix-socket-factory-null.jar file




PreviousNext

Related