org.qi4j.library.http
Interface JettyConfiguration

All Superinterfaces:
Composite, ConfigurationComposite, Entity, EntityComposite, Identity

public interface JettyConfiguration
extends ConfigurationComposite

JAVADOC


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 Property<String> hostName()
           
 Property<Integer> port()
           
 Property<String> resourcePath()
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

port

Property<Integer> port()

hostName

@Optional
Property<String> hostName()

resourcePath

Property<String> resourcePath()