@Configuration
public class DeviceConfig
extends Object
- 作者:
- luna
-
字段概要
字段
static Map<String,io.github.lunasaw.sip.common.entity.Device>
static Map<String,io.github.lunasaw.sip.common.entity.Device>
static Map<String,io.github.lunasaw.sip.common.entity.Device>
-
-
方法概要
io.github.lunasaw.sip.common.entity.Device
io.github.lunasaw.sip.common.entity.Device
io.github.lunasaw.sip.common.entity.Device
io.github.lunasaw.sip.common.entity.Device
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
LOOP_IP
public static final String LOOP_IP
- 另请参阅:
-
-
LOOP_IP_LOCAL
public static final String LOOP_IP_LOCAL
- 另请参阅:
-
-
REMOTE_IP
public static final String REMOTE_IP
- 另请参阅:
-
-
DEVICE_MAP
public static Map<String,io.github.lunasaw.sip.common.entity.Device> DEVICE_MAP
-
DEVICE_CLIENT_VIEW_MAP
public static Map<String,io.github.lunasaw.sip.common.entity.Device> DEVICE_CLIENT_VIEW_MAP
-
DEVICE_SERVER_VIEW_MAP
public static Map<String,io.github.lunasaw.sip.common.entity.Device> DEVICE_SERVER_VIEW_MAP
-
构造器详细资料
-
DeviceConfig
public DeviceConfig()
-
方法详细资料
-
clientFrom
@Bean
@Qualifier("clientFrom")
public io.github.lunasaw.sip.common.entity.Device clientFrom()
-
clientTo
@Bean
@Qualifier("clientTo")
public io.github.lunasaw.sip.common.entity.Device clientTo()
-
serverDevice
@Bean
@Qualifier("serverFrom")
public io.github.lunasaw.sip.common.entity.Device serverDevice()
-
cleientDevice
@Bean
@Qualifier("serverTo")
public io.github.lunasaw.sip.common.entity.Device cleientDevice()