Uses of Class
org.apache.pulsar.io.netty.NettySource
-
Packages that use NettySource Package Description org.apache.pulsar.io.netty.http Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.io.netty.server Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.io.netty.tcp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.io.netty.udp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of NettySource in org.apache.pulsar.io.netty.http
Constructors in org.apache.pulsar.io.netty.http with parameters of type NettySource Constructor Description NettyHttpServerHandler(NettySource nettySource) -
Uses of NettySource in org.apache.pulsar.io.netty.server
Methods in org.apache.pulsar.io.netty.server with parameters of type NettySource Modifier and Type Method Description NettyServer.BuilderNettyServer.Builder. setNettySource(NettySource nettySource) -
Uses of NettySource in org.apache.pulsar.io.netty.tcp
Constructors in org.apache.pulsar.io.netty.tcp with parameters of type NettySource Constructor Description NettyTCPServerHandler(NettySource nettySource) -
Uses of NettySource in org.apache.pulsar.io.netty.udp
Constructors in org.apache.pulsar.io.netty.udp with parameters of type NettySource Constructor Description NettyUDPServerHandler(NettySource nettySource)
-