public class StoreSCP extends BasicCStoreSCP
| Modifier and Type | Field and Description |
|---|---|
ApplicationEntity |
ae |
List<Node> |
authorizedCallingNodes |
Connection |
conn |
Device |
device |
Rollers |
rollers |
String |
storageDir |
| Constructor and Description |
|---|
StoreSCP(String storageDir) |
StoreSCP(String storageDir,
List<Node> authorizedCallingNodes) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationEntity |
getApplicationEntity() |
Connection |
getConnection() |
Device |
getDevice() |
Rollers |
getRollers() |
void |
loadDefaultTransferCapability(URL url) |
void |
setRollers(Rollers rollers) |
void |
setStatus(int status) |
protected void |
store(Association as,
Presentation pc,
Attributes rq,
PDVInputStream data,
Attributes rsp) |
onDimse, onDimsegetSOPClasses, onClosepublic final Device device
public final ApplicationEntity ae
public final Connection conn
public final String storageDir
public Rollers rollers
public StoreSCP(String storageDir)
storageDir - the base path of storage folderprotected void store(Association as, Presentation pc, Attributes rq, PDVInputStream data, Attributes rsp) throws IOException
store in class BasicCStoreSCPIOExceptionpublic void setStatus(int status)
public void loadDefaultTransferCapability(URL url)
public ApplicationEntity getApplicationEntity()
public Connection getConnection()
public Device getDevice()
public Rollers getRollers()
public void setRollers(Rollers rollers)
Copyright © 2020. All rights reserved.