|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.net.URLConnection | +--org.openejb.util.proxy.ProxyClassLoader.ProxyByteCodeURLConnection
Field Summary | |
(package private) byte[] |
byteCode
|
Fields inherited from class java.net.URLConnection |
allowUserInteraction, connected, doInput, doOutput, factory, ifModifiedSince, url, useCaches |
Constructor Summary | |
ProxyClassLoader.ProxyByteCodeURLConnection(byte[] byteCode)
|
Method Summary | |
void |
connect()
Required to be implemented by subclasses of URLConnection |
java.io.InputStream |
getInputStream()
Returns an input stream that reads from this open connection. |
Methods inherited from class java.net.URLConnection |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
byte[] byteCode
Constructor Detail |
public ProxyClassLoader.ProxyByteCodeURLConnection(byte[] byteCode)
Method Detail |
public void connect() throws java.io.IOException
connect
in class java.net.URLConnection
java.io.IOException
- if an I/O error occurs while opening the
connection.URLConnection.connected
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in class java.net.URLConnection
java.io.IOException
- if an I/O error occurs while
creating the input stream.java.net.UnknownServiceException
- if the protocol does not support
input.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |