public final class Cache$minusControl extends CacheControl implements RequestResponseHeader, scala.Product, java.io.Serializable
HttpHeader.ParsingResult, HttpHeader.ParsingResult$| Constructor and Description | 
|---|
| Cache$minusControl(scala.collection.immutable.Seq<CacheDirective> directives) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Cache$minusControl | apply(CacheDirective first,
     scala.collection.immutable.Seq<CacheDirective> more) | 
| protected Cache$minusControl$ | companion() | 
| scala.collection.immutable.Seq<CacheDirective> | directives() | 
| static Renderer<scala.collection.immutable.Iterable<CacheDirective>> | directivesRenderer() | 
| java.lang.Iterable<CacheDirective> | getDirectives()Java API | 
| static java.lang.String | lowercaseName() | 
| static java.lang.String | name() | 
| static scala.util.Either<scala.collection.immutable.List<ErrorInfo>,T> | parseFromValueString(java.lang.String value) | 
| static <R extends Rendering> | render(R r) | 
| <R extends Rendering> | renderValue(R r) | 
createfastFind, is, isNot, lowercaseName, name, parse, unapply, unsafeToString, valueparse, renderInRequests, renderInResponsesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrenderInRequestsrenderInResponseslowercaseName, name, render, value$init$, productArity, productElement, productElementName, productElementNames, productIterator, productPrefixtoStringrenderpublic Cache$minusControl(scala.collection.immutable.Seq<CacheDirective> directives)
public static Cache$minusControl apply(CacheDirective first, scala.collection.immutable.Seq<CacheDirective> more)
public static Renderer<scala.collection.immutable.Iterable<CacheDirective>> directivesRenderer()
public static java.lang.String name()
public static java.lang.String lowercaseName()
public static scala.util.Either<scala.collection.immutable.List<ErrorInfo>,T> parseFromValueString(java.lang.String value)
public scala.collection.immutable.Seq<CacheDirective> directives()
public <R extends Rendering> Rendering renderValue(R r)
renderValue in interface ModeledHeaderprotected Cache$minusControl$ companion()
companion in interface ModeledHeaderpublic java.lang.Iterable<CacheDirective> getDirectives()
getDirectives in class CacheControl