Uses of Interface
org.codehaus.cargo.container.jboss.internal.ISimpleHttpFileServer
-
Packages that use ISimpleHttpFileServer Package Description org.codehaus.cargo.container.jboss org.codehaus.cargo.container.jboss.internal -
-
Uses of ISimpleHttpFileServer in org.codehaus.cargo.container.jboss
Constructors in org.codehaus.cargo.container.jboss with parameters of type ISimpleHttpFileServer Constructor Description JBoss4xRemoteDeployer(RemoteContainer container, JdkHttpURLConnection connection, ISimpleHttpFileServer fileServer)
-
Uses of ISimpleHttpFileServer in org.codehaus.cargo.container.jboss.internal
Classes in org.codehaus.cargo.container.jboss.internal that implement ISimpleHttpFileServer Modifier and Type Class Description class
SimpleHttpFileServer
Implementation of a Web server that serves one file.
-