Package org.apache.flink.runtime.rest
-
Interface Summary Interface Description RestEndpointFactory<T extends RestfulGateway> WebMonitorEndpointfactory.RestService Rest service interface. -
Class Summary Class Description FileUpload Client uploading a file.FileUploadHandler Writes multipart/form-data to disk.FlinkHttpObjectAggregator Same asHttpObjectDecoderbut returns HTTP 413 to the client if the payload exceedsMessageAggregator.maxContentLength.HttpHeader Represents an HTTP header with a name and a value.RestClient This client is the counter-part to theRestServerEndpoint.RestClientConfiguration A configuration object forRestClients.RestServerEndpoint An abstract class for netty-based REST server endpoints.RestServerEndpoint.RestHandlerUrlComparator Comparator for Rest URLs.RestServerEndpoint.RestHandlerUrlComparator.CaseInsensitiveOrderComparator Comparator for Rest URLs.RestServerEndpointConfiguration A configuration object forRestServerEndpoints. -
Enum Summary Enum Description ApplicationRestEndpointFactory RestEndpointFactorywhich creates aMiniDispatcherRestEndpoint.HttpMethodWrapper This class wraps netty'sHttpMethods into an enum, allowing us to use them in switches.SessionRestEndpointFactory RestEndpointFactorywhich creates aDispatcherRestEndpoint. -
Exception Summary Exception Description ConnectionClosedException Exception which is thrown if theRestClientdetects that a connection was closed.ConnectionException Base class for all connection related exception thrown by theRestClient.ConnectionIdleException Exception which is thrown by theRestClientif a connection becomes idle.NotFoundException A special exception that indicates that an element was not found and that the request should be answered with a404return code.