|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.caprica.vlcj.mrl.WebMrl
uk.co.caprica.vlcj.mrl.HttpMrl
public class HttpMrl
Implementation of an HTTP media resource locator.
This class provides a fluent API for initialising the MRL, e.g.
String mrl = new HttpMrl().host("www.myhost.com") .port("8080") .path("/media/example.mp4") .value();This will generate
"http://www.myhost.com:8080/media/example.mp4"
.
Constructor Summary | |
---|---|
HttpMrl()
|
Method Summary |
---|
Methods inherited from class uk.co.caprica.vlcj.mrl.WebMrl |
---|
host, path, port, type, value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpMrl()
|
(C)2010 Caprica Software Limited | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |