Serialized Form
-
Package org.springframework.cloud.gateway.event
-
Class org.springframework.cloud.gateway.event.EnableBodyCachingEvent
class EnableBodyCachingEvent extends org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
routeId
String routeId
-
-
-
Class org.springframework.cloud.gateway.event.FilterArgsEvent
class FilterArgsEvent extends org.springframework.context.ApplicationEvent implements Serializable -
Class org.springframework.cloud.gateway.event.PredicateArgsEvent
class PredicateArgsEvent extends org.springframework.context.ApplicationEvent implements Serializable -
Class org.springframework.cloud.gateway.event.RefreshRoutesEvent
class RefreshRoutesEvent extends org.springframework.context.ApplicationEvent implements Serializable -
Class org.springframework.cloud.gateway.event.RefreshRoutesResultEvent
class RefreshRoutesResultEvent extends org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
throwable
@Nullable Throwable throwable
-
-
-
Class org.springframework.cloud.gateway.event.RouteDeletedEvent
class RouteDeletedEvent extends org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
routeId
String routeId
-
-
-
Class org.springframework.cloud.gateway.event.WeightDefinedEvent
class WeightDefinedEvent extends org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
weightConfig
WeightConfig weightConfig
-
-
-
-
Package org.springframework.cloud.gateway.filter.factory
-
Exception Class org.springframework.cloud.gateway.filter.factory.SpringCloudCircuitBreakerFilterFactory.CircuitBreakerStatusCodeException
class CircuitBreakerStatusCodeException extends org.springframework.web.client.HttpStatusCodeException implements Serializable
-
-
Package org.springframework.cloud.gateway.filter.factory.cache
-
Class org.springframework.cloud.gateway.filter.factory.cache.CachedResponse
class CachedResponse extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundExceptionIOException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
body
List<ByteBuffer> body
-
headers
org.springframework.http.HttpHeaders headers
-
statusCode
org.springframework.http.HttpStatusCode statusCode
-
timestamp
Date timestamp
-
-
-
Record Class org.springframework.cloud.gateway.filter.factory.cache.CachedResponseMetadata
class CachedResponseMetadata extends Record implements Serializable
-
-
Package org.springframework.cloud.gateway.support
-
Exception Class org.springframework.cloud.gateway.support.MvcFoundOnClasspathException
class MvcFoundOnClasspathException extends RuntimeException implements Serializable -
Exception Class org.springframework.cloud.gateway.support.NotFoundException
class NotFoundException extends org.springframework.web.server.ResponseStatusException implements Serializable -
Exception Class org.springframework.cloud.gateway.support.TimeoutException
class TimeoutException extends Exception implements Serializable
-