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

Access to connector/socket container info #45

Closed
glassfishrobot opened this issue Sep 3, 2012 · 5 comments
Closed

Access to connector/socket container info #45

glassfishrobot opened this issue Sep 3, 2012 · 5 comments
Assignees
Labels
Enhancement New feature or request

Comments

@glassfishrobot
Copy link

As discussed in the mailing list[1] a suggestion on how to extend the current api to expose information about the underlying connectors/sockets.
This is just the first idea that came into my head. Please suggest better ideas if you can think of any. Since I was just targeting to expose something like the https port to the application, I did't thought of better changes.

public interface ServletContext {
// existing members

public Set getConnectors();
}

public interface ServletConnector{
public int getPort();
public String getProtocol();
public boolean isSecure();
}

[1] http://java.net/projects/servlet-spec/lists/users/archive/2012-08/message/7

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Reported by c.beikov

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
@shingwaichan said:
Adding it to the bucket of FUTURE_RELEASE

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
This issue was imported from java.net JIRA SERVLET_SPEC-45

@glassfishrobot
Copy link
Author

@glassfishrobot glassfishrobot self-assigned this Jun 6, 2018
@gregw gregw added Enhancement New feature or request and removed Component: I/O labels Jan 18, 2020
@markt-asf
Copy link
Contributor

Implemented in PR #417 to address issue #407.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants