Uses of Interface
org.apache.catalina.Server
-
Packages that use Server Package Description org.apache.catalina org.apache.catalina.core org.apache.catalina.startup -
-
Uses of Server in org.apache.catalina
Methods in org.apache.catalina that return Server Modifier and Type Method Description static ServerServerFactory. getServer()Return the singletonServerinstance for this JVM.ServerService. getServer()Return theServerwith which we are associated (if any).Methods in org.apache.catalina with parameters of type Server Modifier and Type Method Description static voidServerFactory. setServer(Server theServer)Set the singletonServerinstance for this JVM.voidService. setServer(Server server)Set theServerwith which we are associated (if any). -
Uses of Server in org.apache.catalina.core
Classes in org.apache.catalina.core that implement Server Modifier and Type Class Description classStandardServerStandard implementation of the Server interface, available for use (but not required) when deploying and starting Catalina.Methods in org.apache.catalina.core that return Server Modifier and Type Method Description ServerStandardService. getServer()Return theServerwith which we are associated (if any).Methods in org.apache.catalina.core with parameters of type Server Modifier and Type Method Description voidStandardService. setServer(Server server)Set theServerwith which we are associated (if any). -
Uses of Server in org.apache.catalina.startup
Fields in org.apache.catalina.startup declared as Server Modifier and Type Field Description protected ServerCatalina. serverThe server component we are starting or stoppingMethods in org.apache.catalina.startup with parameters of type Server Modifier and Type Method Description voidCatalina. setServer(Server server)Set the server instance we are configuring.
-