org.rx.net.socks.DirectConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rxlib Show documentation
Show all versions of rxlib Show documentation
A set of utilities for Java
//package org.rx.net.socks;
//
//import lombok.Data;
//import lombok.EqualsAndHashCode;
//import lombok.RequiredArgsConstructor;
//import org.rx.net.SocketConfig;
//
//@RequiredArgsConstructor
//@Data
//@EqualsAndHashCode(callSuper = true)
//public class DirectConfig extends SocketConfig {
// private final int listenPort;
//}