All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractBufferingHttpContentProcessor<T> Abtract implementation of theHttpContentProcessorinterface that deals with limiting file upload sizes.AbstractHttpContentProcessor<T> Abstract implementation of theHttpContentProcessorinterface that deals with limiting file upload sizes.AccessLog An Access log instance.AccessLogFormatParser The access log format parser.ByteBufDelegate Delegates all functionality to the provided buffer.BytesSentElementBuilder Builder for BytesSentElement.CertificateProvidedSslBuilder The Netty implementation ofSslBuilderthat generates anSslContextto create a server handle with SSL support via user configuration.ChannelOutboundHandlerFactory Factory interface for buildingChannelOutboundHandlerinstances.CompletableFutureBodyBinder ANonBlockingBodyArgumentBinderthat handlesCompletableFutureinstances.ConstantElement ConstantElement LogElement.ContextCompletionAwareSubscriber<T> A subscriber that subscribes to a single result with special handling for theChannelHandlerContext.CookieElementBuilder Builder for CookieElement and CookiesElement.DateTimeElementBuilder Builder for DateTimeElement.DefaultCustomizableResponseTypeHandlerRegistry Registry ofNettyCustomizableResponseTypeHandlerinstances.DefaultHttpContentProcessor This class will handle subscribing to a stream ofHttpContent.DefaultNettyEmbeddedServerFactory Default implementation ofNettyEmbeddedServerFactory.ElapseTimeElementBuilder Builder for ElapseTimeElement.FileTypeHandler Responsible for writing files out to the response in Netty.FileTypeHandlerConfiguration Deprecated. FileTypeHandlerConfiguration.CacheControlConfiguration Deprecated. FormDataHttpContentProcessor DecodesMediaType.MULTIPART_FORM_DATAin a non-blocking manner.FormDataHttpContentSubscriberFactory Builds aSubscriberforMediaType.APPLICATION_FORM_URLENCODED.HeaderElementBuilder Builder for Headerlement and HeadersElement.HttpAccessLogHandler Logging handler for HTTP access logs.HttpCompressionStrategy Determines if a given http message should be compressed.HttpContentProcessor<T> A reactive streamsProcessorthat processes incomingByteBufHolderand outputs a given type.HttpContentProcessorResolver Responsible for determining whichHttpContentProcessorto use to process the body of the request.HttpContentSubscriberFactory Interface that allows plugging into the constructor of theHttpContentsubscriber.HttpDataReference A helper class to store references to httpdata and related information.HttpRequestCertificateHandler Adds the certificate to the decoded request.HttpRequestDecoder AMessageToMessageDecoderthat decodes a NettyHttpRequestinto a MicronautHttpRequest.HttpResponseEncoder Encodes Micronaut's representation of anMutableHttpResponse.InputStreamBodyBinder Responsible for binding to aInputStreamargument from the body of the request.JsonContentProcessor This class will handle subscribing to a JSON stream and binding once the events are complete in a non-blocking manner.JsonHttpContentSubscriberFactory Builds theSubscriberfor JSON requests.JsonViewServerFilter Jackson @JsonView filter.LocalHostElementBuilder Builder for LocalHostElement.LocalIpElementBuilder Builder for LocalIpElement.LocalPortElementBuilder Builder for LocalPortElement.LogElement Represents a http request or response element.LogElement.Event Events.LogElementBuilder Builder for LogElement.MultipartBodyArgumentBinder ABodyargument binder for aMultipartBodyargument.NettyCompletedAttribute A delegation of the NettyAttributeto implement theCompletedPartcontract.NettyCompletedFileUpload A Netty implementation ofCompletedFileUpload.NettyConverters Factory for bytebuf related converters.NettyConvertersSpi Factory for bytebuf related converters that do not need the application context (can be registered with SPI).NettyCustomizableResponseType A special type that allows writing data in Netty.NettyCustomizableResponseTypeHandler<T> Represents a class that is designed to handle specific types that are returned from routes in a netty specific way.NettyCustomizableResponseTypeHandlerRegistry Represents a registry ofNettyCustomizableResponseTypeHandlerand finds the correct handler based on the type.NettyEmbeddedServer ExtendedEmbeddedServerinterface that represents a Netty-based HTTP server.NettyEmbeddedServerFactory A factory / strategy interface for creating instances ofNettyEmbeddedServer.NettyEmbeddedServices Internal interface with services required by theNettyHttpServer.NettyFileCustomizableResponseType A special type for files specific to Netty.NettyHttpRequest<T> Delegates to the NettyHttpRequestinstance.NettyHttpResponseFactory Implementation ofHttpResponseFactoryfor Netty.NettyHttpServer Implements the bootstrap and configuration logic for the Netty implementation ofEmbeddedServer.NettyHttpServerConfiguration Allows configuring Netty withinNettyHttpServer.NettyHttpServerConfiguration.AccessLogger Access logger configuration.NettyHttpServerConfiguration.EventLoopConfig Abstract class for configuring the Netty event loop.NettyHttpServerConfiguration.FileTypeHandlerConfiguration Allows configuration of properties for theFileTypeHandler.NettyHttpServerConfiguration.FileTypeHandlerConfiguration.CacheControlConfiguration Configuration for the Cache-Control header.NettyHttpServerConfiguration.Http2Settings Http2 settings.NettyHttpServerConfiguration.NettyListenerConfiguration Netty listener configuration.NettyHttpServerConfiguration.NettyListenerConfiguration.Family Address family enum.NettyHttpServerConfiguration.Parent Configuration for Netty parent.NettyHttpServerConfiguration.Worker Configuration for Netty worker.NettyPartData A Netty implementation ofPartData.NettyRequestArgumentSatisfier A class containing methods to aid in satisfying arguments of aRoute.NettyServerCustomizer Interface implemented by users to hook into the pipeline setup of the netty HTTP server.NettyServerCustomizer.ChannelRole Enum to describe the role of the channel passed toNettyServerCustomizer.specializeForChannel(Channel, ChannelRole).NettyServerCustomizer.Registry Interface implemented by the HTTP server to register customizers.NettyServerWebSocketHandler A handler forWebSocketFrameinstances.NettyServerWebSocketUpgradeHandler Handles WebSocket upgrade requests.NettyStreamedCustomizableResponseType Writes anInputStreamto the Netty context.NettyStreamedFileCustomizableResponseType Writes a file backed by anInputStreamto the Netty context.NettyStreamingFileUpload An implementation of theStreamingFileUploadinterface for Netty.NettySystemFileCustomizableResponseType Writes aFileto the Netty context.NotImplementedElementBuilder Builder for not implemented tokens.PublisherBodyBinder ABodyargument binder for a reactive streamsPublisher.RemoteHostElementBuilder Builder for RemoteHostElement.RemoteIpElementBuilder Builder for RemoteIpElement.RequestLineElementBuilder Builder for RequestLineElement.RequestMethodElementBuilder Builder for RequestMethodElement.RequestProtocolElementBuilder Builder for RequestProtocolElement.RequestUriElementBuilder Builder for RequestUriElement.ResponseCodeElementBuilder Builder for ResponseCodeElement.SelfSignedSslBuilder The Netty implementation ofSslBuilderthat generates anSslContextto create a server handler with SSL support via a generated self signed certificate.ServerSslBuilder Interface that allows for different builder instances to be able to create an the SSLContext supplied later to the micronaut http server.SmartHttpContentCompressor An extension ofHttpContentCompressorthat skips encoding if the content type is not compressible or if the content is too small.