Package | Description |
---|---|
org.jgroups.conf |
Provides ways to configure a protocol stack.
|
Modifier and Type | Method and Description |
---|---|
protected static Triple<Short,String,Boolean> |
ClassConfigurator.parseClassData(Node protocol) |
Modifier and Type | Method and Description |
---|---|
protected static List<Triple<Short,String,Boolean>> |
ClassConfigurator.parse(InputStream stream) |
protected static List<Triple<Short,String,Boolean>> |
ClassConfigurator.readMappings(String name)
try to read the magic number configuration file as a Resource form the classpath using getResourceAsStream
if this fails this method tries to read the configuration file from mMagicNumberFile using a FileInputStream (not in classpath but somewhere else in the disk)
|
Copyright © 2019 JBoss, a division of Red Hat. All rights reserved.