object OverGW extends OverWebsocket
GraphQL over the graphql-ws
sub protocol
OverTransportLayer(SchemaType, (), protocol = OverWebsocket.graphqlWs)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OverGW
- OverWebsocket
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- 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(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def complete: String
Completed Data type name
Completed Data type name
- Definition Classes
- OverGW → OverWebsocket
- def decoder(json: JsValue): GraphMessage
Custom JSON Decoder to the proper intent
Custom JSON Decoder to the proper intent
- Definition Classes
- OverGW → OverWebsocket
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error: String
Error type name
Error type name
- Definition Classes
- OverGW → OverWebsocket
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def init(ref: Ref): Unit
Initialization Callback
Initialization Callback
- Definition Classes
- OverGW → OverWebsocket
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keepAlive: Strict
Periodical message to be sent to keep connection alive
Periodical message to be sent to keep connection alive
- Definition Classes
- OverGW → OverWebsocket
- def name: String
Sub protocol name used in Websocket handler
Sub protocol name used in Websocket handler
- Definition Classes
- OverGW → OverWebsocket
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def next: String
Next Data type name
Next Data type name
- Definition Classes
- OverGW → OverWebsocket
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def parse(payload: JsObject, id: OID): GraphMessage
Decode Payload into queryAst & operationName & variables, otherwise return an error intent
Decode Payload into queryAst & operationName & variables, otherwise return an error intent
- Definition Classes
- OverWebsocket
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated