Skip to content

A Java SocketChannel implementation that uses a provided Proxy instance to set up a network connection via provided proxy.

License

Notifications You must be signed in to change notification settings

cobratbq/ProxiedSocketChannel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProxiedSocketChannel

A Java SocketChannel implementation that uses a provided Proxy instance to set up a network connection via provided proxy. The SocketChannel is implemented with a Socket instance under the surface.

Limitations

This implementation currently supports only blocking mode. Note that this is the default behaviour for SocketChannel instances, so unless a project explicitly switches to non-blocking mode, this implementation may already be sufficient for your purpose.

About

A Java SocketChannel implementation that uses a provided Proxy instance to set up a network connection via provided proxy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages