Package org.apache.flink.runtime.rest
-
Interface Summary Interface Description RestEndpointFactory<T extends RestfulGateway> WebMonitorEndpoint
factory.RestService Rest service interface. -
Class Summary Class Description FileUpload Client uploading a file.FileUploadHandler Writes multipart/form-data to disk.FlinkHttpObjectAggregator Same asHttpObjectDecoder
but 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 forRestClient
s.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 forRestServerEndpoint
s. -
Enum Summary Enum Description HttpMethodWrapper This class wraps netty'sHttpMethod
s into an enum, allowing us to use them in switches.JobRestEndpointFactory RestEndpointFactory
which creates aMiniDispatcherRestEndpoint
.SessionRestEndpointFactory RestEndpointFactory
which creates aDispatcherRestEndpoint
. -
Exception Summary Exception Description ConnectionClosedException Exception which is thrown if theRestClient
detects that a connection was closed.ConnectionException Base class for all connection related exception thrown by theRestClient
.ConnectionIdleException Exception which is thrown by theRestClient
if a connection becomes idle.NotFoundException A special exception that indicates that an element was not found and that the request should be answered with a404
return code.