| Package | Description |
|---|---|
| com.vmware.vapi.protocol.server.rpc.http | |
| com.vmware.vapi.protocol.server.rpc.http.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StaticContentService
A Service for serving static content/files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Server.setServices(Service[] services) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceImpl |
class |
StaticContentServiceImpl
Instances of this class can be configured in the usual way
except that it is not allowed to
setServlet(javax.servlet.Servlet)
or setInitParameters(java.util.Map<java.lang.String, java.lang.String>). |
| Modifier and Type | Field and Description |
|---|---|
protected Service[] |
AbstractServer._services
Services to handle HTTP requests
|
protected static Service[] |
AbstractServer.NO_SERVICES |
| Modifier and Type | Method and Description |
|---|---|
protected Service |
TcServer.prepareDefaultServlet(StaticContentService staticSrv) |
protected abstract Service |
AbstractServer.prepareDefaultServlet(StaticContentService staticSrv)
Prepares default servlet for serving static content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServer.setServices(Service[] services) |
Copyright © 2022. All rights reserved.