类 Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- cn.mcres.gyhhy.MXLib.http.handlers.data.Handler
-
public class Handler extends URLStreamHandler
- 作者:
- 32798
-
-
构造器概要
构造器 构造器 说明 Handler()
-
方法概要
修饰符和类型 方法 说明 static String[]
cut(String s)
static String[]
cut(String s, String[] ss)
static String
getCharset(String modes)
protected URLConnection
openConnection(URL u)
protected URLConnection
openConnection(URL u, Proxy p)
protected void
parseURL(URL u, String spec, int start, int limit)
protected String
toExternalForm(URL u)
-
从类继承的方法 java.net.URLStreamHandler
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, sameFile, setURL, setURL
-
-
-
-
方法详细资料
-
toExternalForm
protected String toExternalForm(URL u)
- 覆盖:
toExternalForm
在类中URLStreamHandler
-
parseURL
protected void parseURL(URL u, String spec, int start, int limit)
- 覆盖:
parseURL
在类中URLStreamHandler
-
openConnection
protected URLConnection openConnection(URL u) throws IOException
- 指定者:
openConnection
在类中URLStreamHandler
- 抛出:
IOException
-
openConnection
protected URLConnection openConnection(URL u, Proxy p) throws IOException
- 覆盖:
openConnection
在类中URLStreamHandler
- 抛出:
IOException
-
-