Package akka.http.scaladsl.model
Class OptHttpResponse
- java.lang.Object
-
- scala.AnyVal
-
- akka.http.scaladsl.model.OptHttpResponse
-
public final class OptHttpResponse extends scala.AnyVal
-
-
Constructor Summary
Constructors Constructor Description OptHttpResponse(HttpResponse get)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpResponse
get()
boolean
isEmpty()
-
-
-
Constructor Detail
-
OptHttpResponse
public OptHttpResponse(HttpResponse get)
-
-
Method Detail
-
get
public HttpResponse get()
-
isEmpty
public boolean isEmpty()
-
-