Uses of Class
org.apache.pulsar.io.netty.server.NettyServer.Type
-
Packages that use NettyServer.Type Package Description org.apache.pulsar.io.netty.server Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of NettyServer.Type in org.apache.pulsar.io.netty.server
Methods in org.apache.pulsar.io.netty.server that return NettyServer.Type Modifier and Type Method Description static NettyServer.TypeNettyServer.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NettyServer.Type[]NettyServer.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.io.netty.server with parameters of type NettyServer.Type Modifier and Type Method Description NettyServer.BuilderNettyServer.Builder. setType(NettyServer.Type type)
-