Uses of Interface
fr.dyade.aaa.agent.NetworkMBean
-
Packages that use NetworkMBean Package Description fr.dyade.aaa.agent org.ow2.joram.shell.a3.commands -
-
Uses of NetworkMBean in fr.dyade.aaa.agent
Subinterfaces of NetworkMBean in fr.dyade.aaa.agent Modifier and Type Interface Description interfaceHttpNetworkMBeaninterfacePoolNetworkMBeanJMX interface of the PoolNetwork component.interfaceUDPNetworkMBeanClasses in fr.dyade.aaa.agent that implement NetworkMBean Modifier and Type Class Description classHttpNetworkHttpNetwork is a simple implementation of StreamNetwork based on HTTP 1.1 protocol.classHttpsNetworkHttpNetwork is a specialization of HttpNetwork for SSL.classNetworkTheNetworkabstract class provides ..classNGNetworkNGNetworkis a new implementation ofNetworkclass using nio package.classPoolNetworkPoolNetworkis an implementation ofStreamNetworkclass that manages multiple connection in a pool paradigm way.classSimpleNetworkSimpleNetworkis a simple implementation ofStreamNetworkclass with a single connection at a time.classSSLNetworkA network component using SSL Sockets.classStreamNetworkStreamNetworkis a base implementation ofNetworkclass for TCP sockets.classUDPNetwork -
Uses of NetworkMBean in org.ow2.joram.shell.a3.commands
Methods in org.ow2.joram.shell.a3.commands that return NetworkMBean Modifier and Type Method Description private NetworkMBeanA3CommandsImpl. getNetwork()
-