public class SocksServer extends Object
| Constructor and Description |
|---|
SocksServer() |
SocksServer(int listenPort) |
| Modifier and Type | Method and Description |
|---|---|
SocksServer |
setAuthenticator(@NotNull Authenticator authenticator) |
SocksServer |
setFactory(@NotNull ServerSocketFactory factory) |
void |
start() |
void |
stop() |
public SocksServer setFactory(@NotNull @NotNull ServerSocketFactory factory)
public SocksServer setAuthenticator(@NotNull @NotNull Authenticator authenticator)
public void start()
public void stop()
Copyright © 2019–2024. All rights reserved.