final case class Location(uri: Uri) extends javadsl.model.headers.Location with ResponseHeader with Product with Serializable
- Source
- headers.scala
- Alphabetic
- By Inheritance
- Location
- Product
- Equals
- ResponseHeader
- ModeledHeader
- Serializable
- Serializable
- Location
- HttpHeader
- ToStringRenderable
- Renderable
- HttpHeader
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Location, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: Location.type
- Attributes
- protected
- Definition Classes
- Location → ModeledHeader
- def ensuring(cond: (Location) ⇒ Boolean, msg: ⇒ Any): Location
- def ensuring(cond: (Location) ⇒ Boolean): Location
- def ensuring(cond: Boolean, msg: ⇒ Any): Location
- def ensuring(cond: Boolean): Location
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getUri(): javadsl.model.Uri
Java API
-
def
is(nameInLowerCase: String): Boolean
Returns true if and only if nameInLowerCase.equals(lowercaseName()).
Returns true if and only if nameInLowerCase.equals(lowercaseName()).
- Definition Classes
- HttpHeader → HttpHeader
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNot(nameInLowerCase: String): Boolean
Returns !is(nameInLowerCase).
Returns !is(nameInLowerCase).
- Definition Classes
- HttpHeader → HttpHeader
-
def
lowercaseName(): String
Returns the lower-cased name of the header.
Returns the lower-cased name of the header.
- Definition Classes
- ModeledHeader → HttpHeader → HttpHeader
-
def
name(): String
Returns the name of the header.
Returns the name of the header.
- Definition Classes
- ModeledHeader → HttpHeader → HttpHeader
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
render[R <: Rendering](r: R): r.type
- Definition Classes
- ModeledHeader → Renderable
-
def
renderInRequests(): Boolean
Returns true if and only if the header is to be rendered in requests.
Returns true if and only if the header is to be rendered in requests.
- Definition Classes
- ModeledHeader → HttpHeader
-
def
renderInResponses(): Boolean
Returns true if and only if the header is to be rendered in responses.
Returns true if and only if the header is to be rendered in responses.
- Definition Classes
- ResponseHeader → ModeledHeader → HttpHeader
-
def
renderValue[R <: Rendering](r: R): r.type
- Definition Classes
- Location → ModeledHeader
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- ToStringRenderable → AnyRef → Any
- val uri: Uri
-
def
value(): String
Returns the String representation of the value of the header.
Returns the String representation of the value of the header.
- Definition Classes
- ModeledHeader → HttpHeader → HttpHeader
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def →[B](y: B): (Location, B)