harness.http.server.HttpResponse$.Return$
See theReturn companion trait
object Return
Attributes
Members list
Type members
Classlikes
final case class ReturnInputStreamKnownSize(is: InputStream, size: Long) extends Return
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Returnclass Objecttrait Matchableclass AnyShow all
final case class ReturnInputStreamUnknownSize(is: InputStream) extends Return
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Returnclass Objecttrait Matchableclass AnyShow all
case object ReturnNothing extends Return
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Returnclass Objecttrait Matchableclass AnyShow all
- Self type
-
ReturnNothing.type
final case class ReturnString(string: String) extends Return
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Returnclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article