PingRequest

mcp.schema.request.PingRequest
See thePingRequest companion object
final case class PingRequest() extends Request

A ping, issued by either the server or the client, to check that the other party is still alive. The receiver must promptly respond, or else may be disconnected.

Attributes

Companion
object
Source
PingRequest.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def method: Method

Attributes

Definition Classes
Source
PingRequest.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product