()
| 158 | } |
| 159 | |
| 160 | public byte[] getReceivedData() { |
| 161 | return this.received_data == null ? new byte[]{} : this.received_data; |
| 162 | } |
| 163 | |
| 164 | public OneShotPacket getOneShotFromReceivedData() { |
| 165 | return new OneShotPacket(getId(), getListenPort(), getClient(), getServer(), getServerName(), getUseSSL(), |
no outgoing calls
no test coverage detected