@HashCodeAndEqualsPlugin.Enhance 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 |
|---|---|
protected URLConnection |
openConnection(URL url) |
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalFormprotected ByteArrayUrlStreamHandler(byte[] binaryRepresentation)
binaryRepresentation - The binary representation of a type's class file.protected URLConnection openConnection(URL url)
openConnection in class URLStreamHandlerCopyright © 2014–2023. All rights reserved.