Uses of Interface
io.vertx.httpproxy.MediaType
Packages that use MediaType
-
Uses of MediaType in io.vertx.httpproxy
Fields in io.vertx.httpproxy declared as MediaTypeModifier and TypeFieldDescriptionstatic final MediaTypeMediaType.ANYstatic final MediaTypeMediaType.APPLICATIONstatic final MediaTypeMediaType.APPLICATION_JSONstatic final MediaTypeMediaType.APPLICATION_OCTET_STREAMstatic final MediaTypeMediaType.TEXTstatic final MediaTypeMediaType.TEXT_PLAINMethods in io.vertx.httpproxy that return MediaTypeMethods in io.vertx.httpproxy that return types with arguments of type MediaTypeModifier and TypeMethodDescriptionMediaType.parseAcceptHeader(String header) Parse an accept header which is a list of media typesMethods in io.vertx.httpproxy with parameters of type MediaTypeModifier and TypeMethodDescriptionbooleanstatic BodyCreate a newBodyinstance.static BodyBody.body(ReadStream<Buffer> stream, long len, MediaType mediatype) default booleandefault MediaTypestatic BodyTransformerBodyTransformers.transform(MediaType consumes, MediaType produces, long maxBufferedBytes, Function<Buffer, Buffer> transformer) Create a body transformer that transformsconsumesmedia type to theproducesmedia type, by applying thetransformerfunction.static BodyTransformerBodyTransformers.transform(MediaType consumes, MediaType produces, Function<Buffer, Buffer> transformer) LikeBodyTransformers.transform(MediaType, MediaType, long, Function)withBodyTransformers.DEFAULT_MAX_BUFFERED_SIZEmaximum buffered bytes. -
Uses of MediaType in io.vertx.rxjava3.httpproxy
Methods in io.vertx.rxjava3.httpproxy that return MediaTypeMethods in io.vertx.rxjava3.httpproxy with parameters of type MediaTypeModifier and TypeMethodDescriptionstatic Bodystatic BodyCreate a newBodyinstance.booleanstatic BodyTransformerBodyTransformers.transform(MediaType consumes, MediaType produces, long maxBufferedBytes, Function<Buffer, Buffer> transformer) Create a body transformer that transformsconsumesmedia type to theproducesmedia type, by applying thetransformerfunction.static BodyTransformerBodyTransformers.transform(MediaType consumes, MediaType produces, Function<Buffer, Buffer> transformer) LikeBodyTransformers.transform(MediaType, MediaType, Function)withBodyTransformersmaximum buffered bytes.