01: package vicazh.hyperpool.stream.net; 02: 03: /** 04: * The udp out service interface 05: * 06: * @author Victor Zhigunov 07: * @version 0.4.0 08: */ 09: public interface UDPOutServiceMBean extends OutServiceMBean { 10: 11: }