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

http.core.ContainerServer and transport.Server are missing #15

Open
damianoporta opened this issue Aug 21, 2015 · 4 comments
Open

http.core.ContainerServer and transport.Server are missing #15

damianoporta opened this issue Aug 21, 2015 · 4 comments

Comments

@damianoporta
Copy link

Hello,
I am following the tutorial http://www.simpleframework.org/doc/tutorial/tutorial.php
but i have a problem during the import of:

import org.simpleframework.http.core.ContainerServer;
import org.simpleframework.transport.Server;

The Classes are missing. Any workaround?

Thanks

@damianoporta damianoporta changed the title http.core.ContainerServer and ransport.Server are missing http.core.ContainerServer and transport.Server are missing Aug 21, 2015
@ngallagher
Copy link
Owner

They have been refactored and are not called SocketProcessor and ContainerSocketProcessor

 On Friday, 21 August 2015, 10:16, Damiano Porta <[email protected]> wrote:

Hello,
I am following the tutorial http://www.simpleframework.org/doc/tutorial/tutorial.php
but i have a problem during the import of:import org.simpleframework.http.core.ContainerServer;
import org.simpleframework.transport.Server;
The Classes are missing. Any workaround?Thanks—
Reply to this email directly or view it on GitHub.

@damianoporta
Copy link
Author

@ngallagher perfect, so we have to update the tutorial... thank you so much!

@sudipm-mukherjee
Copy link

@ngallagher The tutorial still says about using
org.simpleframework.http.core.ContainerServer;
but that is not available. Can you please point me to some documents about how to use the refactored code..

@Art-B
Copy link

Art-B commented Apr 30, 2021

tl;dr:

http://www.simpleframework.org/doc/tutorial/tutorial.php should be updated with:

ContainerServer -> ContainerSocketProcessor
Server -> SocketProcessor


@sudipm-mukherjee judging by d06ffe2

which ahem "Make interfaces more sensible", it looks like:

ContainerServer -> ContainerSocketConnector
Server -> SocketConnector

and then in 0dd45a3 for "clarity"

ContainerSocketConnector -> ContainerSocketProcessor
SocketConnector -> SocketProcessor

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

No branches or pull requests

4 participants