public interface URL
extends org.qi4j.api.value.ValueComposite
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<File> |
file() |
org.qi4j.api.property.Property<Host> |
host() |
org.qi4j.api.property.Property<Port> |
port() |
org.qi4j.api.property.Property<Protocol> |
protocol() |
org.qi4j.api.property.Property<Collection<QueryParam>> |
queryParams() |
org.qi4j.api.property.Property<Protocol> protocol()
@Optional @Queryable(value=false) org.qi4j.api.property.Property<Host> host()
@Optional org.qi4j.api.property.Property<Port> port()
@Optional org.qi4j.api.property.Property<File> file()
@Optional org.qi4j.api.property.Property<Collection<QueryParam>> queryParams()