[Asterisk-java-users] Suggested removal of Reply and Request builders
Brought to you by:
srt
From: Steve D. <Ste...@Su...> - 2005-04-15 02:58:26
|
As we discussed I proposed getting rid of ReplyBuilder and RequestBuilder and folding their functionality into the AGIReply and AGIRequest(impl) classes. Speaking of which, why does request have an interface and implementation and reply doesn't? I removed the following files: net/sf/asterisk/fastagi/ReplyBuilder.java net/sf/asterisk/fastagi/RequestBuilder.java net/sf/asterisk/fastagi/impl/ReplyBuilderImpl.java net/sf/asterisk/fastagi/impl/RequestBuilderImpl.java I modified: net/sf/asterisk/fastagi/AGIRequest.java net/sf/asterisk/fastagi/impl/AGIReaderImpl.java net/sf/asterisk/fastagi/impl/AGIRequestImpl.java net/sf/asterisk/fastagi/reply/AGIReply.java Note, I could have done more caching in the caller ID methods, but decided it was probably not necessary. The modified files are in the attached tar.gz file (sourceforge blocks zip files). |