protected static class ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.ByteArrayUrlStreamHandler extends URLStreamHandler
Modifier and Type | Class and Description |
---|---|
protected static class |
ByteArrayClassLoader.PersistenceHandler.UrlDefinitionAction.ByteArrayUrlStreamHandler.ByteArrayUrlConnection
A URL connection for a given byte array.
|
Modifier | Constructor and Description |
---|---|
protected |
ByteArrayUrlStreamHandler(byte[] binaryRepresentation)
Creates a new byte array URL stream handler.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
protected URLConnection |
openConnection(URL url) |
String |
toString() |
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm
protected ByteArrayUrlStreamHandler(byte[] binaryRepresentation)
binaryRepresentation
- The binary representation of a type's class file.protected URLConnection openConnection(URL url) throws IOException
openConnection
in class URLStreamHandler
IOException
Copyright © 2014–2017. All rights reserved.