resin:type=Port,port=80,address=INADDR_ANY
100101102103104105106107108109110
return new PortMXBean[0]; ArrayList<PortMXBean> portList = new ArrayList<PortMXBean>(); for (SocketLinkListener port : server.getPorts()) { PortMXBean admin = port.getAdmin(); if (admin != null) portList.add(admin); }