Class HttpResponseRendererFactory.SwitchToOtherProtocol
java.lang.Object
org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.SwitchToOtherProtocol
- All Implemented Interfaces:
- Serializable,- HttpResponseRendererFactory.CloseMode,- scala.Equals,- scala.Product
- Enclosing class:
- HttpResponseRendererFactory
public class HttpResponseRendererFactory.SwitchToOtherProtocol
extends Object
implements HttpResponseRendererFactory.CloseMode, scala.Product, Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionSwitchToOtherProtocol(org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, Object> handler) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
SwitchToOtherProtocolpublic SwitchToOtherProtocol(org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, Object> handler) 
 
- 
- 
Method Details- 
applypublic abstract static R apply(T1 v1) 
- 
toString
- 
handlerpublic org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, handler()Object> 
 
-