400401402403404405406407408409
return ActionFactory.createStoreRegister(register); } private GetURL decodeGetURL() throws IOException { GetURL a = new GetURL(); a.url = reader.readString(); a.target = reader.readString(); return a; }