Skip to content

Commit

Permalink
cumulative update (see below for more info)
Browse files Browse the repository at this point in the history
- Edited description in README.md and index page
- MeasuredIoHelper.readFrom(InputStream) throws IOExceptions if the end of the input stream is unexpectedly reached or if the expected number of bytes to read doesn't equal the actual number of bytes read
- Removed Test prefix from names of classes used for testing
- Replaced "DatagramEcho", "datagramEcho", "datagramEch" with "EchoDatagram", "echoDatagram", "echDatagram" respectively
- Updated list of modules to be skipped for javadoc
  • Loading branch information
jh3nd3rs0n committed Nov 2, 2024
1 parent 3107174 commit ec637be
Show file tree
Hide file tree
Showing 928 changed files with 3,404 additions and 3,395 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

# Jargyle

Jargyle is a Java SOCKS5 API and server that uses SSL/TLS, DTLS, and SOCKS5
server chaining. It is inspired by [JSocks](https://jsocks.sourceforge.net/),
Jargyle is a Java SOCKS5 API and server that can use SSL/TLS for TCP traffic,
can use DTLS for UDP traffic, and can perform for SOCKS5 server chaining. It
is inspired by [JSocks](https://jsocks.sourceforge.net/),
[SocksLib](https://github.com/fengyouchao/sockslib),
[Esocks](https://github.com/fengyouchao/esocks) and
[Dante](https://www.inet.no/dante/index.html).
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>All Classes and Interfaces (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>All Packages (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>DtlsPropertySpecConstants (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: DtlsPropertySpecConstants">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>GeneralPropertySpecConstants (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: GeneralPropertySpecConstants">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>HostResolver (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: HostResolver">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>NetObjectFactory (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: NetObjectFactory">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>Properties (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: Properties">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>Property (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: Property">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>PropertySpec (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: PropertySpec">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>Scheme (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, enum: Scheme">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>Socks5PropertySpecConstants (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: Socks5PropertySpecConstants">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>SocksClient (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: SocksClient">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>SocksClientIOException (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: SocksClientIOException">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>SocksClientSocketException (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: SocksClientSocketException">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>SocksNetObjectFactory (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: SocksNetObjectFactory">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>SocksServerUri (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: SocksServerUri">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>SocksServerUriPropertySpecConstants (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: SocksServerUriPropertySpecConstants">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>SslPropertySpecConstants (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="declaration: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: SslPropertySpecConstants">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>Uses of Class com.github.jh3nd3rs0n.jargyle.client.DtlsPropertySpecConstants (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="use: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: DtlsPropertySpecConstants">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>Uses of Class com.github.jh3nd3rs0n.jargyle.client.GeneralPropertySpecConstants (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="use: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: GeneralPropertySpecConstants">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>Uses of Class com.github.jh3nd3rs0n.jargyle.client.HostResolver (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="use: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: HostResolver">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>Uses of Class com.github.jh3nd3rs0n.jargyle.client.NetObjectFactory (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="use: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: NetObjectFactory">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>Uses of Class com.github.jh3nd3rs0n.jargyle.client.Properties (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="use: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: Properties">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (21) on Thu Oct 31 22:54:11 EDT 2024 -->
<!-- Generated by javadoc (21) on Sat Nov 02 08:05:09 EDT 2024 -->
<title>Uses of Class com.github.jh3nd3rs0n.jargyle.client.Property (Jargyle 5.0.0-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-10-31">
<meta name="dc.created" content="2024-11-02">
<meta name="description" content="use: module: com.github.jh3nd3rs0n.jargyle.client, package: com.github.jh3nd3rs0n.jargyle.client, class: Property">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
Expand Down
Loading

0 comments on commit ec637be

Please sign in to comment.