io.github.pidoveproject.showdown.client

Members list

Type members

Classlikes

trait ShowdownClient[Frame, Task[_, _], Stream[_], Resource[_]]

A client to communicate with a Pokemon Showdown server. This is the main entry point of the API.

A client to communicate with a Pokemon Showdown server. This is the main entry point of the API.

Type parameters

Frame

the type of web socket frame

Task

the type of a task

Attributes

Returns

the authentication response sent by the server

Source
ShowdownClient.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ShowdownConnection[Frame, Task[_, _], Stream[_]]

A connection established with a Pokemon Showdown server.

A connection established with a Pokemon Showdown server.

Type parameters

Frame

the type of web socket frame

Stream

the type of a stream

Task

the type of a task

Attributes

Source
ShowdownConnection.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes