Uses of Interface
org.jboss.resteasy.reactive.server.spi.ServerRequestContext
-
-
Uses of ServerRequestContext in org.jboss.resteasy.reactive.server.core
Classes in org.jboss.resteasy.reactive.server.core that implement ServerRequestContext Modifier and Type Class Description classResteasyReactiveRequestContextMethods in org.jboss.resteasy.reactive.server.core that return ServerRequestContext Modifier and Type Method Description ServerRequestContextAsyncExceptionMapperContextImpl. serverRequestContext() -
Uses of ServerRequestContext in org.jboss.resteasy.reactive.server.core.multipart
Methods in org.jboss.resteasy.reactive.server.core.multipart with parameters of type ServerRequestContext Modifier and Type Method Description voidMultipartMessageBodyWriter. writeResponse(Object o, Type genericType, ServerRequestContext context) -
Uses of ServerRequestContext in org.jboss.resteasy.reactive.server.jaxrs
Methods in org.jboss.resteasy.reactive.server.jaxrs that return ServerRequestContext Modifier and Type Method Description ServerRequestContextContainerRequestContextImpl. getServerRequestContext() -
Uses of ServerRequestContext in org.jboss.resteasy.reactive.server.providers.serialisers
Methods in org.jboss.resteasy.reactive.server.providers.serialisers with parameters of type ServerRequestContext Modifier and Type Method Description BooleanServerBooleanMessageBodyHandler. readFrom(Class<Boolean> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, ServerRequestContext context)byte[]ServerByteArrayMessageBodyHandler. readFrom(Class<byte[]> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, ServerRequestContext context)CharacterServerCharacterMessageBodyHandler. readFrom(Class<Character> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, ServerRequestContext context)char[]ServerCharArrayMessageBodyHandler. readFrom(Class<char[]> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, ServerRequestContext context)ObjectServerDefaultTextPlainBodyHandler. readFrom(Class<Object> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, ServerRequestContext context)jakarta.ws.rs.core.MultivaluedMapServerFormUrlEncodedProvider. readFrom(Class<jakarta.ws.rs.core.MultivaluedMap> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, ServerRequestContext context)InputStreamServerInputStreamMessageBodyHandler. readFrom(Class<InputStream> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, ServerRequestContext context)NumberServerNumberMessageBodyHandler. readFrom(Class<Number> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, ServerRequestContext context)ReaderServerReaderBodyHandler. readFrom(Class<Reader> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, ServerRequestContext context)StringServerStringMessageBodyHandler. readFrom(Class<String> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, ServerRequestContext context)voidServerByteArrayMessageBodyHandler. writeResponse(byte[] o, Type genericType, ServerRequestContext context)voidServerCharArrayMessageBodyHandler. writeResponse(char[] o, Type genericType, ServerRequestContext context)voidServerFileBodyHandler. writeResponse(File o, Type genericType, ServerRequestContext context)voidServerFilePartBodyHandler. writeResponse(FilePart o, Type genericType, ServerRequestContext context)voidServerFormUrlEncodedProvider. writeResponse(jakarta.ws.rs.core.MultivaluedMap o, Type genericType, ServerRequestContext context)voidServerInputStreamMessageBodyHandler. writeResponse(InputStream is, Type genericType, ServerRequestContext context)voidServerPathBodyHandler. writeResponse(Path o, Type genericType, ServerRequestContext context)voidServerPathPartBodyHandler. writeResponse(PathPart o, Type genericType, ServerRequestContext context)voidServerStringMessageBodyHandler. writeResponse(Object o, Type genericType, ServerRequestContext context)voidStreamingOutputMessageBodyWriter. writeResponse(jakarta.ws.rs.core.StreamingOutput o, Type genericType, ServerRequestContext context) -
Uses of ServerRequestContext in org.jboss.resteasy.reactive.server.providers.serialisers.jsonp
Methods in org.jboss.resteasy.reactive.server.providers.serialisers.jsonp with parameters of type ServerRequestContext Modifier and Type Method Description voidServerJsonArrayHandler. writeResponse(jakarta.json.JsonArray o, Type genericType, ServerRequestContext context)voidServerJsonObjectHandler. writeResponse(jakarta.json.JsonObject o, Type genericType, ServerRequestContext context)voidServerJsonStructureHandler. writeResponse(jakarta.json.JsonStructure o, Type genericType, ServerRequestContext context)voidServerJsonValueHandler. writeResponse(jakarta.json.JsonValue o, Type genericType, ServerRequestContext context) -
Uses of ServerRequestContext in org.jboss.resteasy.reactive.server.spi
Methods in org.jboss.resteasy.reactive.server.spi that return ServerRequestContext Modifier and Type Method Description ServerRequestContextResteasyReactiveContainerRequestContext. getServerRequestContext()ServerRequestContextAsyncExceptionMapperContext. serverRequestContext()Methods in org.jboss.resteasy.reactive.server.spi with parameters of type ServerRequestContext Modifier and Type Method Description TServerMessageBodyReader. readFrom(Class<T> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, ServerRequestContext context)jakarta.ws.rs.core.ResponseResteasyReactiveExceptionMapper. toResponse(E exception, ServerRequestContext context)Convenience method that allows for easy access to the request contextvoidServerMessageBodyWriter. writeResponse(T o, Type genericType, ServerRequestContext context)
-