Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iso over http support #86

Merged
merged 4 commits into from
Sep 15, 2018
Merged

Iso over http support #86

merged 4 commits into from
Sep 15, 2018

Conversation

espaillato
Copy link
Contributor

Implement an HTTP wrapper to the ISO connection by taking advantage of the SocketFactory in BaseChannel. The Client uses SocketFactory to wrap the ISO message into an HTTP request. The server wraps the request into a fake socket implementation and ISOSource to return the HTTP response.

Module consist of a Client, Server and Servlet to make the server code live.

@ar ar merged commit 517f727 into jpos:master Sep 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants