Package org.jboss.as.server.mgmt.domain
Class ServerToHostRemoteFileRequestAndHandler
- java.lang.Object
-
- org.jboss.as.repository.RemoteFileRequestAndHandler
-
- org.jboss.as.server.mgmt.domain.ServerToHostRemoteFileRequestAndHandler
-
public class ServerToHostRemoteFileRequestAndHandler extends RemoteFileRequestAndHandler
- Author:
- Kabir Khan
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.as.repository.RemoteFileRequestAndHandler
RemoteFileRequestAndHandler.CannotCreateLocalDirectoryException, RemoteFileRequestAndHandler.DidNotReadEntireFileException, RemoteFileRequestAndHandler.RemoteFileProtocolIdMapper, RemoteFileRequestAndHandler.RootFileReader
-
-
Field Summary
Fields Modifier and Type Field Description static ServerToHostRemoteFileRequestAndHandlerINSTANCEstatic RemoteFileRequestAndHandler.RemoteFileProtocolIdMapperMAPPER
-
Method Summary
-
Methods inherited from class org.jboss.as.repository.RemoteFileRequestAndHandler
handleRequest, handleResponse, sendRequest
-
-
-
-
Field Detail
-
MAPPER
public static final RemoteFileRequestAndHandler.RemoteFileProtocolIdMapper MAPPER
-
INSTANCE
public static final ServerToHostRemoteFileRequestAndHandler INSTANCE
-
-