public class AgentFileProtocolResolver
extends java.lang.Object
implements org.springframework.core.io.ProtocolResolver
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
URI_SCHEME
The 'protocol' part of the URI used to identify file streamed from a live agent.
|
| Constructor and Description |
|---|
AgentFileProtocolResolver(AgentFileStreamService agentFileStreamService)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.io.Resource |
resolve(java.lang.String location,
org.springframework.core.io.ResourceLoader resourceLoader) |
public static final java.lang.String URI_SCHEME
public AgentFileProtocolResolver(AgentFileStreamService agentFileStreamService)
agentFileStreamService - the agent file stream service