| Package | Description |
|---|---|
| com.vmware.vapi.protocol.server.msg.json | |
| com.vmware.vapi.protocol.server.rpc.http | |
| com.vmware.vapi.protocol.server.rpc.http.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonServerConnection |
| Modifier and Type | Method and Description |
|---|---|
RequestReceiver |
MediaTypeResolver.getHandler(String mediaType)
Returns a handler which is meant to process content of the specified
media type.
|
| Modifier and Type | Method and Description |
|---|---|
RequestReceiver |
MediaTypeResolverImpl.getHandler(String mediaType) |
| Modifier and Type | Method and Description |
|---|---|
static MediaTypeResolver |
MediaTypeResolverImpl.newJsonResolver(RequestReceiver jsonHandler)
Creates a resolver which processes only JSON content.
|
| Constructor and Description |
|---|
MediaTypeResolverImpl(Map<String,RequestReceiver> mediaTypeToHandler)
Constructor which accepts a mapping of media type to content handler.
|
Copyright © 2022. All rights reserved.