jsocket icon indicating copy to clipboard operation
jsocket copied to clipboard

A Socket wrapper in Java

Results 5 jsocket issues
Sort by recently updated
recently updated
newest added

This project start off as a simple college project that was meant to help me get through some of my courses and projects. There has been a growing number of...

help wanted

A factory that could use `ServerSocket`s to instantiate usable instances of a tcp based connection. A config could be provided so that instances are setup already with buffer sizes and...

enhancement

Using an external service would be better. Having it integrated adds complexity, especially when an error occurs that is not related to Socket I/O.

enhancement

This impacts Object{Socket|Datagram} the most. Same reason as #24

enhancement

This may not be possible, but it should be looked into. Having a class that contains a set of services that are used to process the data from a receive...

feature