jar

com.github.marianobarrios : tls-channel

Maven & Gradle

Jul 30, 2023
3 usages

TLS Channel · A Java library that implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS for Java applications.

Table Of Contents

Latest Version

Download com.github.marianobarrios : tls-channel JAR file - Latest Versions:

All Versions

Download com.github.marianobarrios : tls-channel JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tls-channel-0.8.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

tlschannel

├─ tlschannel.BufferAllocator.class - [JAR]

├─ tlschannel.ClientTlsChannel.class - [JAR]

├─ tlschannel.DirectBufferAllocator.class - [JAR]

├─ tlschannel.HeapBufferAllocator.class - [JAR]

├─ tlschannel.NeedsReadException.class - [JAR]

├─ tlschannel.NeedsTaskException.class - [JAR]

├─ tlschannel.NeedsWriteException.class - [JAR]

├─ tlschannel.ServerTlsChannel.class - [JAR]

├─ tlschannel.SniSslContextFactory.class - [JAR]

├─ tlschannel.TlsChannel.class - [JAR]

├─ tlschannel.TlsChannelBuilder.class - [JAR]

├─ tlschannel.TlsChannelCallbackException.class - [JAR]

├─ tlschannel.TlsChannelFlowControlException.class - [JAR]

├─ tlschannel.TrackingAllocator.class - [JAR]

├─ tlschannel.WouldBlockException.class - [JAR]

tlschannel.async

├─ tlschannel.async.AsynchronousTlsChannel.class - [JAR]

├─ tlschannel.async.AsynchronousTlsChannelGroup.class - [JAR]

├─ tlschannel.async.ExtendedAsynchronousByteChannel.class - [JAR]

tlschannel.util

├─ tlschannel.util.DirectBufferDeallocator.class - [JAR]

├─ tlschannel.util.Util.class - [JAR]

tlschannel.impl

├─ tlschannel.impl.BufferHolder.class - [JAR]

├─ tlschannel.impl.ByteBufferSet.class - [JAR]

├─ tlschannel.impl.ByteBufferUtil.class - [JAR]

├─ tlschannel.impl.TlsChannelImpl.class - [JAR]

├─ tlschannel.impl.TlsExplorer.class - [JAR]