org.mashupbots.socko.routes
Matches org.mashupbots.socko.events.EndPoints of org.mashupbots.socko.events.SockoEvents where the method is set to CONNECT.
CONNECT
For example:
val r = Routes({ case CONNECT(ctx) => { ... } })
Matches org.mashupbots.socko.events.EndPoints of org.mashupbots.socko.events.SockoEvents where the method is set to
CONNECT
.For example: