Package akka.http.scaladsl.common
Class StrictForm$
- java.lang.Object
-
- akka.http.scaladsl.common.StrictForm$
-
public class StrictForm$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static StrictForm$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description StrictForm$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.concurrent.duration.FiniteDuration
toStrictTimeout()
Unmarshaller<HttpEntity,StrictForm>
unmarshaller(Unmarshaller<HttpEntity,FormData> formDataUM, Unmarshaller<HttpEntity,Multipart.FormData> multipartUM)
-
-
-
Field Detail
-
MODULE$
public static final StrictForm$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toStrictTimeout
public scala.concurrent.duration.FiniteDuration toStrictTimeout()
-
unmarshaller
public Unmarshaller<HttpEntity,StrictForm> unmarshaller(Unmarshaller<HttpEntity,FormData> formDataUM, Unmarshaller<HttpEntity,Multipart.FormData> multipartUM)
-
-