Package net.mamoe.mirai.internal.spi
Object EncryptServiceContext.Companion
-
- All Implemented Interfaces:
public class EncryptServiceContext.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final TypeKey<String>KEY_COMMAND_STRprivate final TypeKey<BotConfiguration.MiraiProtocol>KEY_BOT_PROTOCOLprivate final TypeKey<EncryptService.ChannelProxy>KEY_CHANNEL_PROXYprivate final TypeKey<DeviceInfo>KEY_DEVICE_INFOprivate final TypeKey<String>KEY_QIMEI36private final TypeKey<String>KEY_BOT_WORKING_DIRprivate final TypeKey<String>KEY_BOT_CACHING_DIRpublic final static EncryptServiceContext.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final TypeKey<String>getKEY_COMMAND_STR()final TypeKey<BotConfiguration.MiraiProtocol>getKEY_BOT_PROTOCOL()final TypeKey<EncryptService.ChannelProxy>getKEY_CHANNEL_PROXY()final TypeKey<DeviceInfo>getKEY_DEVICE_INFO()final TypeKey<String>getKEY_QIMEI36()final TypeKey<String>getKEY_BOT_WORKING_DIR()final TypeKey<String>getKEY_BOT_CACHING_DIR()-
-
Method Detail
-
getKEY_COMMAND_STR
final TypeKey<String> getKEY_COMMAND_STR()
-
getKEY_BOT_PROTOCOL
final TypeKey<BotConfiguration.MiraiProtocol> getKEY_BOT_PROTOCOL()
-
getKEY_CHANNEL_PROXY
final TypeKey<EncryptService.ChannelProxy> getKEY_CHANNEL_PROXY()
-
getKEY_DEVICE_INFO
final TypeKey<DeviceInfo> getKEY_DEVICE_INFO()
-
getKEY_QIMEI36
final TypeKey<String> getKEY_QIMEI36()
-
getKEY_BOT_WORKING_DIR
final TypeKey<String> getKEY_BOT_WORKING_DIR()
-
getKEY_BOT_CACHING_DIR
final TypeKey<String> getKEY_BOT_CACHING_DIR()
-
-
-
-