Class URL
public class URL : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<Serializable>URL
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<Serializable>.IsAssignableFrom(IJavaType)JVMBridgeBase<Serializable>.IsAssignableFrom<T>()JVMBridgeBase<Serializable>.Execute<T>(params T[])JVMBridgeBase<Serializable>.DynBridgeClazzJVMBridgeBase<Serializable>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
URL()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public URL()
URL(String)
public URL(String arg0)
Parameters
Exceptions
URL(String, String, String)
public URL(String arg0, String arg1, String arg2)
Parameters
Exceptions
URL(String, String, int, String)
public URL(String arg0, String arg1, int arg2, String arg3)
Parameters
Exceptions
URL(String, String, int, String, URLStreamHandler)
public URL(String arg0, String arg1, int arg2, String arg3, URLStreamHandler arg4)
Parameters
arg0
Stringarg1
Stringarg2
intarg3
Stringarg4
URLStreamHandler
Exceptions
URL(URL, String)
public URL(URL arg0, String arg1)
Parameters
Exceptions
URL(URL, String, URLStreamHandler)
public URL(URL arg0, String arg1, URLStreamHandler arg2)
Parameters
arg0
URLarg1
Stringarg2
URLStreamHandler
Exceptions
URL(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public URL(params object[] args)
Parameters
args
object[]
Properties
Authority
public String Authority { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
Content
public object Content { get; }
Property Value
DefaultPort
public int DefaultPort { get; }
Property Value
File
public String File { get; }
Property Value
Host
public String Host { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
Path
public String Path { get; }
Property Value
Port
public int Port { get; }
Property Value
Protocol
public String Protocol { get; }
Property Value
Query
public String Query { get; }
Property Value
Ref
public String Ref { get; }
Property Value
UserInfo
public String UserInfo { get; }
Property Value
Methods
GetContent(Class[])
public object GetContent(Class[] arg0)
Parameters
Returns
Exceptions
OpenConnection()
public URLConnection OpenConnection()
Returns
Exceptions
OpenConnection(Proxy)
public URLConnection OpenConnection(Proxy arg0)
Parameters
Returns
Exceptions
OpenStream()
public InputStream OpenStream()
Returns
Exceptions
SameFile(URL)
public bool SameFile(URL arg0)
Parameters
Returns
SetURLStreamHandlerFactory(URLStreamHandlerFactory)
public static void SetURLStreamHandlerFactory(URLStreamHandlerFactory arg0)
Parameters
ToExternalForm()
public String ToExternalForm()
Returns
ToURI()
public URI ToURI()