public class HTTPContext extends NamedContext
Constructor and Description |
---|
HTTPContext(String host,
int port) |
HTTPContext(String name,
String host,
int port) |
Modifier and Type | Method and Description |
---|---|
HTTPContext |
add(Servlet servlet) |
String |
getHost() |
int |
getPort() |
Servlet |
getServletByName(String name) |
List<Servlet> |
getServlets() |
String |
toString() |
getName
public HTTPContext(String host, int port)
public String getHost()
public int getPort()
public HTTPContext add(Servlet servlet)
Copyright © 2018 JBoss by Red Hat. All rights reserved.