Http2Settings

io.vertx.scala.core.`package`.Http2Settings
object Http2Settings

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(json: JsonObject): Http2Settings
def apply(headerTableSize: Long, initialWindowSize: Integer, maxConcurrentStreams: Long, maxFrameSize: Integer, maxHeaderListSize: Long, pushEnabled: Boolean): Http2Settings