|  |  |  | 
|---|
|  |  |  | package com.genersoft.iot.vmp.service; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.genersoft.iot.vmp.common.CommonCallback; | 
|---|
|  |  |  | import com.genersoft.iot.vmp.media.zlm.ZLMServerConfig; | 
|---|
|  |  |  | import com.genersoft.iot.vmp.media.zlm.dto.MediaServerItem; | 
|---|
|  |  |  | import com.genersoft.iot.vmp.media.zlm.dto.ServerKeepaliveData; | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void closeRTPServer(MediaServerItem mediaServerItem, String streamId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void closeRTPServer(MediaServerItem mediaServerItem, String streamId, CommonCallback<Boolean> callback); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void closeRTPServer(String mediaServerId, String streamId); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | void clearRTPServer(MediaServerItem mediaServerItem); | 
|---|