SyncSocksServer class as more stable impl of SocksServer by kllbzz · Pull Request #12 · bbottema/java-socks-proxy-server

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@kllbzz

Copy link

Contributor

@kllbzz kllbzz commented

Dec 26, 2023

SyncSocksServer implementation has some additional properties on top of SocksServer

  • start method does several retries to open server socket
  • start method is not returned until server socket is opened or timeout occurs
  • stop method tries to close all server and client connections
    These properties make usage of SyncSocksProxy class more reliable and predictiable in dynamic test environment.

@bbottema bbottema merged commit 1e36294 into bbottema:master

Jan 22, 2024

@bbottema

Copy link

Owner

Released in 3.0.0. thank you for your contribution!

@bbottema bbottema added the enhancement

New feature or request

label

Jan 22, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

enhancement

New feature or request

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@kllbzz @bbottema