protected int httpPort()

in src/main/java/org/apache/sling/testing/paxexam/TestSupport.java [82:85]


    protected int httpPort() throws IOException {
        final Dictionary<String, Object> properties = configurationAdmin.getConfiguration("org.apache.felix.http").getProperties();
        return Integer.parseInt(properties.get("org.osgi.service.http.port").toString());
    }